Information about plays

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

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

{
    "id": 476107,
    "uri": "https://api.kexp.org/v2/plays/476107/?format=api",
    "airdate": "2001-10-13T21:55:42-07:00",
    "show": 8115,
    "show_uri": "https://api.kexp.org/v2/shows/8115/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Is It Serious? (O.M.P. mix)",
    "track_id": "d2dbb3ce-7f29-4f40-a805-aab921edd544",
    "recording_id": null,
    "artist": "Elegia",
    "artist_ids": [
        "eb95bc65-d29b-4b08-ad27-e56a395f4820"
    ],
    "album": "Snapshots",
    "release_id": "3430cf4b-5029-4fe9-b54a-a8f76d711e6e",
    "release_group_id": null,
    "labels": [
        "F Communications"
    ],
    "label_ids": [
        "84cb33fa-847a-49e7-8d61-ae2d9506c343"
    ],
    "release_date": "1997-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}