Information about plays

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

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

{
    "id": 382122,
    "uri": "https://api.kexp.org/v2/plays/382122/?format=api",
    "airdate": "2019-09-17T19:03:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Intro to Shamstep",
    "track_id": "f70ae018-6fa3-4925-9c7b-18aa9a957352",
    "recording_id": null,
    "artist": "47SOUL",
    "artist_ids": [
        "3bbc179b-cada-4022-a495-c1ee3566e033"
    ],
    "album": "Shamstep",
    "release_id": "6d7e6d1a-e8ac-4018-9a9e-94575e157698",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2015-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "47Soul is a Jordanian Palestinian electronic music group who are one of the main forces behind the Shamstep electronic dance music movement in the Middle East. The band's first album, Shamstep, was released in 2015. See them LIVE September 24 at Nectar Lounge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}