Information about plays

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

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

{
    "id": 379377,
    "uri": "https://api.kexp.org/v2/plays/379377/?format=api",
    "airdate": "2019-09-11T02:15:09-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/1174161171-250.jpg",
    "thumbnail_uri": "",
    "song": "Space and Time",
    "track_id": "c5686586-e496-39a8-b3b4-8e358b052fa4",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to frontman, Richard Ashcroft born on this day in 1971.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}