Information about plays

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

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

{
    "id": 1359041,
    "uri": "https://api.kexp.org/v2/plays/1359041/?format=api",
    "airdate": "2008-04-06T20:43:00-07:00",
    "show": 23734,
    "show_uri": "https://api.kexp.org/v2/shows/23734/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61mmZjF9eHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61mmZjF9eHL._SL75_.jpg",
    "song": "Don't Touch Me",
    "track_id": "a3209916-b506-41dc-860c-b1a6a004c000",
    "recording_id": null,
    "artist": "Busta Rhymes",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "Busta's Back",
    "release_id": "fa2420b0-88f1-4b94-8af9-9022dd0704cf",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2008-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}