Information about plays

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

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

{
    "id": 2683295,
    "uri": "https://api.kexp.org/v2/plays/2683295/?format=api",
    "airdate": "2020-01-07T13:13:55.796000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia801605.us.archive.org/10/items/mbid-95f21f3d-8fe6-40e4-9fb1-9347da40e75a/mbid-95f21f3d-8fe6-40e4-9fb1-9347da40e75a-20526994221.jpg",
    "thumbnail_uri": "https://ia601605.us.archive.org/10/items/mbid-95f21f3d-8fe6-40e4-9fb1-9347da40e75a/mbid-95f21f3d-8fe6-40e4-9fb1-9347da40e75a-20526994221_thumb250.jpg",
    "song": "Lucky Girl",
    "track_id": "c721552f-932d-4cf1-834d-9fae9903c1cd",
    "recording_id": null,
    "artist": "Fazerdaze",
    "artist_ids": [
        "d51ce0e4-027e-4ecf-a87e-c02a08149f42"
    ],
    "album": "Morningside",
    "release_id": "95f21f3d-8fe6-40e4-9fb1-9347da40e75a",
    "release_group_id": "0f03e6d7-0fef-42b5-98fe-eb314007ff6b",
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although the vinyl is sold out, you can buy the digital version of \"Morningside\" at New Zealand band Fazerdaze's Bandcamp page: https://fazerdaze.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}