Information about plays

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

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

{
    "id": 2675095,
    "uri": "https://api.kexp.org/v2/plays/2675095/?format=api",
    "airdate": "2019-12-18T22:22:16-08:00",
    "show": 46178,
    "show_uri": "https://api.kexp.org/v2/shows/46178/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf042e55-6ecb-4abc-9258-d457dab15ed0/15697934359-250.jpg",
    "thumbnail_uri": "",
    "song": "Silent Life",
    "track_id": "57d7e9a2-5178-389c-bb06-f89b43af53aa",
    "recording_id": null,
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "Spelled in Bones",
    "release_id": "bf042e55-6ecb-4abc-9258-d457dab15ed0",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-07-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}