Information about plays

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

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

{
    "id": 2675900,
    "uri": "https://api.kexp.org/v2/plays/2675900/?format=api",
    "airdate": "2019-12-20T11:38:39-08:00",
    "show": 46186,
    "show_uri": "https://api.kexp.org/v2/shows/46186/?format=api",
    "image_uri": "https://coverartarchive.org/release/005f0c9a-05fe-37d6-b3f9-44440968b17f/4073645670-250.jpg",
    "thumbnail_uri": "",
    "song": "And It Rained All Night",
    "track_id": "54160e45-167e-3059-b23f-278faaa77d01",
    "recording_id": null,
    "artist": "Thom Yorke",
    "artist_ids": [
        "8ed2e0b3-aa4c-4e13-bec3-dc7393ed4d6b"
    ],
    "album": "The Eraser",
    "release_id": "005f0c9a-05fe-37d6-b3f9-44440968b17f",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2006-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}