Information about plays

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

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

{
    "id": 437944,
    "uri": "https://api.kexp.org/v2/plays/437944/?format=api",
    "airdate": "2001-06-24T02:06:40-07:00",
    "show": 7378,
    "show_uri": "https://api.kexp.org/v2/shows/7378/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P1RFV982L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P1RFV982L._SL75_.jpg",
    "song": "Incinerate",
    "track_id": "123af2da-efbb-4879-b257-4115f692263f",
    "recording_id": null,
    "artist": "The Forsaken",
    "artist_ids": [
        "fa635eac-8767-48b7-a1d5-8e370fbee8bd"
    ],
    "album": "Manifest of Hate",
    "release_id": "0b38d01f-c77b-4248-8e13-b841d86b6907",
    "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"
}