Information about plays

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

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

{
    "id": 368704,
    "uri": "https://api.kexp.org/v2/plays/368704/?format=api",
    "airdate": "2019-08-17T13:50:18-07:00",
    "show": 6144,
    "show_uri": "https://api.kexp.org/v2/shows/6144/?format=api",
    "image_uri": "http://coverartarchive.org/release/7030d939-9121-4daf-a558-d8c5fef21bcf/6603534011-250.jpg",
    "thumbnail_uri": "",
    "song": "Sleepwalker",
    "track_id": "7fc419e6-7d8e-470c-829c-069511e86942",
    "recording_id": null,
    "artist": "Moon Duo",
    "artist_ids": [
        "7f89e20f-46f3-4571-9ae0-b29dcdb4bbe9"
    ],
    "album": "Circles",
    "release_id": "7030d939-9121-4daf-a558-d8c5fef21bcf",
    "release_group_id": null,
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2012-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out more music at https://moonduo.org/ and their live performance on KEXP at https://www.youtube.com/watch?v=kFcWOgEB2GQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}