Information about plays

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

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

{
    "id": 1322654,
    "uri": "https://api.kexp.org/v2/plays/1322654/?format=api",
    "airdate": "2008-01-05T12:43:42-08:00",
    "show": 23125,
    "show_uri": "https://api.kexp.org/v2/shows/23125/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5104PKBBY3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5104PKBBY3L._SL75_.jpg",
    "song": "Kooler Than Jesus",
    "track_id": "8cbfbc44-a314-4ec2-9d40-3deeaf6fe2d2",
    "recording_id": null,
    "artist": "My Life With the Thrill Kill Kult",
    "artist_ids": [
        "07934e8f-f079-4645-a984-4a529504d79c"
    ],
    "album": "Kooler Than Jesus",
    "release_id": "662f6cca-5cad-42e5-8682-292b1e1fa604",
    "release_group_id": null,
    "labels": [
        "avex trax"
    ],
    "label_ids": [
        "168f48c8-057e-4974-9600-aa9956d21e1a"
    ],
    "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"
}