Information about plays

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

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

{
    "id": 370351,
    "uri": "https://api.kexp.org/v2/plays/370351/?format=api",
    "airdate": "2019-08-21T10:57:17-07:00",
    "show": 6172,
    "show_uri": "https://api.kexp.org/v2/shows/6172/?format=api",
    "image_uri": "http://coverartarchive.org/release/b31a7cb2-84d0-35d1-b71d-019f8560b856/3370480506-250.jpg",
    "thumbnail_uri": "",
    "song": "Comes a Time",
    "track_id": "8f15be55-7298-3aaa-a3e9-a0f3b019e9db",
    "recording_id": null,
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "The Weight Is a Gift",
    "release_id": "b31a7cb2-84d0-35d1-b71d-019f8560b856",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2005-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Nada Surf performing their entire 2002 album, \"Let Go\", live in the KEXP studio in May, 2018! https://www.youtube.com/watch?v=QPA1wBBcO0A&t=69s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}