Information about plays

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

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

{
    "id": 355339,
    "uri": "https://api.kexp.org/v2/plays/355339/?format=api",
    "airdate": "2019-07-17T00:29:36-07:00",
    "show": 5917,
    "show_uri": "https://api.kexp.org/v2/shows/5917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bombay",
    "track_id": "d753feff-bdd1-4cb6-ae86-ab6790585f8c",
    "recording_id": null,
    "artist": "El Guincho",
    "artist_ids": [
        "7e57d8a2-e6eb-48dd-8e50-ff7eaa412ccb"
    ],
    "album": "Pop Negro",
    "release_id": "c6f26088-b7e7-4758-8e3b-d41406066345",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2010-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pablo Díaz-Reixa, better known by his stage name El Guincho, is a Spanish musician, singer and record producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}