Information about plays

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

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

{
    "id": 1354980,
    "uri": "https://api.kexp.org/v2/plays/1354980/?format=api",
    "airdate": "2008-03-27T16:13:49-07:00",
    "show": 23665,
    "show_uri": "https://api.kexp.org/v2/shows/23665/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N00F1KPPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N00F1KPPL._SL75_.jpg",
    "song": "Mary Anne With the Shaky Hand",
    "track_id": null,
    "recording_id": null,
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "The Who Sell Out",
    "release_id": "abcd3bba-a4be-4d55-abad-e718285ada3e",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1967-12-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}