Information about plays

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

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

{
    "id": 442750,
    "uri": "https://api.kexp.org/v2/plays/442750/?format=api",
    "airdate": "2001-07-08T01:56:28-07:00",
    "show": 7473,
    "show_uri": "https://api.kexp.org/v2/shows/7473/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11E766BE50L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11E766BE50L._SL75_.jpg",
    "song": "Unearthing the Past",
    "track_id": "ca8d592e-ea9f-4a13-84fd-5c180faf201a",
    "recording_id": null,
    "artist": "Gorguts",
    "artist_ids": [
        "a95ef44c-aeda-4222-9d57-10b28240e634"
    ],
    "album": "From Wisdom to Hate",
    "release_id": "0ba02bc2-6dcf-4af7-9789-858f1214cf8e",
    "release_group_id": null,
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "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"
}