Information about plays

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

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

{
    "id": 1367151,
    "uri": "https://api.kexp.org/v2/plays/1367151/?format=api",
    "airdate": "2008-04-27T09:10:00-07:00",
    "show": 23871,
    "show_uri": "https://api.kexp.org/v2/shows/23871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21WWEPSHXML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21WWEPSHXML._SL75_.jpg",
    "song": "She's Drunk Again",
    "track_id": "55a22146-3b3f-4957-860f-92bf870d70e2",
    "recording_id": null,
    "artist": "Lonnie Johnson",
    "artist_ids": [
        "dbfd61ef-fce1-4803-9f18-7bfdd3996508"
    ],
    "album": "Blues by Lonnie Johnson",
    "release_id": "52fdc94a-a200-4eb3-962b-263ae9718ee5",
    "release_group_id": null,
    "labels": [],
    "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"
}