Information about plays

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

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

{
    "id": 2678765,
    "uri": "https://api.kexp.org/v2/plays/2678765/?format=api",
    "airdate": "2019-12-27T12:13:08-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You Remember",
    "track_id": "f3ac4942-6f61-3982-bfaf-02a4894e9da2",
    "recording_id": null,
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "Experience: Jill Scott 826+",
    "release_id": "0197ddf6-5df3-463f-a987-935d99b9d345",
    "release_group_id": null,
    "labels": [
        "Hidden Beach Recordings"
    ],
    "label_ids": [
        "6cdeb6a0-f918-4f60-ba43-a85d0bb6a563"
    ],
    "release_date": "2001-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Three-time Grammy Award winner Jill Scott will commemorate her seminal debut album, Who Is Jill Scott? Words and Sounds Vol. 1, with a 20th anniversary tour. Asked why her debut album still resonates 20 years later, Scott says, β€œIt’s the honest stories and the timing. The album is sistah strong yet vulnerable and filled with love.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}