Information about plays

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

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

{
    "id": 2683119,
    "uri": "https://api.kexp.org/v2/plays/2683119/?format=api",
    "airdate": "2020-01-07T04:57:04-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1f4816a-ce16-4f34-8e16-c1e15a5432ab/23396094325-250.jpg",
    "thumbnail_uri": "",
    "song": "Psy-Ops Dispatch",
    "track_id": "0612cd97-cc4b-45b0-8a52-33b796047411",
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Face Stabber",
    "release_id": "f1f4816a-ce16-4f34-8e16-c1e15a5432ab",
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thee Oh Sees - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=FrMacbbLxuc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}