Information about plays

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

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

{
    "id": 508476,
    "uri": "https://api.kexp.org/v2/plays/508476/?format=api",
    "airdate": "2002-01-18T19:00:00-08:00",
    "show": 8751,
    "show_uri": "https://api.kexp.org/v2/shows/8751/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-TlqoxPrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-TlqoxPrL._SL75_.jpg",
    "song": "There Stands the Glass",
    "track_id": "cf617608-67fa-41b3-922d-97208f54e4b2",
    "recording_id": null,
    "artist": "BR5-49",
    "artist_ids": [
        "11733335-c06f-4630-9fdd-53b4113bdb5c"
    ],
    "album": "Caught in the Webb: A Tribute to the Legendary Webb Pierce",
    "release_id": "cc8d2994-c185-48f2-a5fe-8eed2df967b9",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "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"
}