Information about plays

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

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

{
    "id": 2682054,
    "uri": "https://api.kexp.org/v2/plays/2682054/?format=api",
    "airdate": "2020-01-04T13:52:45-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/7befaf76-8ed0-4019-af55-3ac6b5bc3cdf/24250182430-250.jpg",
    "thumbnail_uri": "",
    "song": "Shoulders",
    "track_id": "f57ed724-c134-4c4a-af99-e70678ddec67",
    "recording_id": null,
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Two Hands",
    "release_id": "7befaf76-8ed0-4019-af55-3ac6b5bc3cdf",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch them perform this song on their recent live session with KEXP: https://www.youtube.com/watch?v=5oODr-7y3M0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}