Information about plays

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

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

{
    "id": 353829,
    "uri": "https://api.kexp.org/v2/plays/353829/?format=api",
    "airdate": "2019-07-13T10:34:00-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blessed Is the Man",
    "track_id": "44429c88-8343-4054-a9c6-39346d1c05a0",
    "recording_id": null,
    "artist": "Kabaka Pyramid",
    "artist_ids": [
        "364162c7-09be-4462-b3c9-2f410b23605d"
    ],
    "album": "Kontraband",
    "release_id": "edaac54e-6065-4eb6-b600-6f6e57747d0b",
    "release_group_id": null,
    "labels": [
        "Ghetto Youths International"
    ],
    "label_ids": [],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kabaka Pyramid is a multi-talented artist and producer coming straight from the streets of Kingston, Jamaica with a unique musical style blending the lyricism of Hip hop, with the energy and melody of Reggae and Dancehall.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}