Information about plays

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

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

{
    "id": 419287,
    "uri": "https://api.kexp.org/v2/plays/419287/?format=api",
    "airdate": "2001-04-29T01:17:08-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SLOW MOVIN' OUTLAWAS",
    "track_id": null,
    "recording_id": null,
    "artist": "Waylon Jennings & Willie Nelson",
    "artist_ids": [
        "45716fc0-8e06-4143-a47b-327a7906ffb4"
    ],
    "album": "The Outlaws",
    "release_id": "a5f0fe89-2505-4b69-8eb8-42f4551d4609",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}