Information about plays

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

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

{
    "id": 2678433,
    "uri": "https://api.kexp.org/v2/plays/2678433/?format=api",
    "airdate": "2019-12-26T16:08:49-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/98742874-40bc-46ca-8027-745cb2e29d4a/9752212461-250.jpg",
    "thumbnail_uri": "",
    "song": "Echoes",
    "track_id": "724338e8-9b56-3b09-b326-59dfc0793cb3",
    "recording_id": null,
    "artist": "Washed Out",
    "artist_ids": [
        "74a30f2a-dae6-4e99-8a75-cb0f93b31aa6"
    ],
    "album": "Within and Without",
    "release_id": "98742874-40bc-46ca-8027-745cb2e29d4a",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2011-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Listener request! Check out their Live on KEXP session: https://www.youtube.com/watch?v=vNnVHOC3FYo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}