Information about plays

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

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

{
    "id": 353838,
    "uri": "https://api.kexp.org/v2/plays/353838/?format=api",
    "airdate": "2019-07-13T11:10:46-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drum Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Sound Dimension",
    "artist_ids": [
        "e38e58a0-42e4-4ad0-9d9b-db760d10133c"
    ],
    "album": "Drum Song",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Coxsone Records ‎"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer – Clement \"Coxsone\" Dodd.  Sound Dimension have recorded some of the most important songs in reggae music; songs such as 'Real Rock,' 'Drum Song,' 'Heavy Rock,' 'Rockfort Rock,' 'In Cold Blood' all classic songs that have become the 'foundation' of reggae music, endlessly versioned and re versioned by Jamaican artists since the time they were first recorded to the present day.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}