Information about plays

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

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

{
    "id": 1289784,
    "uri": "https://api.kexp.org/v2/plays/1289784/?format=api",
    "airdate": "2007-10-11T19:41:19-07:00",
    "show": 22567,
    "show_uri": "https://api.kexp.org/v2/shows/22567/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GY6tuGM7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GY6tuGM7L._SL75_.jpg",
    "song": "I Ain't Got No Home",
    "track_id": "93e9aa50-b16d-4739-95ff-f943d6ee7453",
    "recording_id": null,
    "artist": "Woody Guthrie",
    "artist_ids": [
        "cbd827e1-4e38-427e-a436-642683433732"
    ],
    "album": "Dust Bowl Ballads",
    "release_id": "67cabd79-e389-4009-812e-de9ab4f8b497",
    "release_group_id": null,
    "labels": [
        "Buddha Records"
    ],
    "label_ids": [
        "5cc3665b-6692-4469-9249-92d83a08b1ea"
    ],
    "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"
}