Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/501070/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 501070,
    "uri": "https://api.kexp.org/v2/plays/501070/?format=api",
    "airdate": "2001-12-27T18:43:00-08:00",
    "show": 8604,
    "show_uri": "https://api.kexp.org/v2/shows/8604/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WG3SC2Z3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WG3SC2Z3L._SL75_.jpg",
    "song": "Learnin' the Blues",
    "track_id": "ffaebefa-f7eb-459d-b787-00a485e87bb3",
    "recording_id": null,
    "artist": "The Del McCoury Band",
    "artist_ids": [
        "7e5a0c3f-339a-4e5d-aed0-1946112b4a66"
    ],
    "album": "Del and the Boys",
    "release_id": "31fce93f-44e1-46a5-98cb-6f8491f0d1b3",
    "release_group_id": null,
    "labels": [
        "Ceili"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}