Information about plays

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

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

{
    "id": 432002,
    "uri": "https://api.kexp.org/v2/plays/432002/?format=api",
    "airdate": "2001-06-06T18:00:00-07:00",
    "show": 7267,
    "show_uri": "https://api.kexp.org/v2/shows/7267/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510NZ%2BBsn7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510NZ%2BBsn7L._SL75_.jpg",
    "song": "pine country breakdown",
    "track_id": null,
    "recording_id": null,
    "artist": "Lester Flatt & Earl Scruggs",
    "artist_ids": [
        "77029a1c-76fa-4350-a1a8-dacc10230b6f"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Flatt & Scruggs",
    "release_id": "7d9c7ee3-af95-4dc8-afd4-6cadfc87e9aa",
    "release_group_id": null,
    "labels": [
        "Mercury Nashville"
    ],
    "label_ids": [
        "9a10c66b-0992-4ed4-a9be-2ff66a9bd19b"
    ],
    "release_date": "2001-04-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}