Information about plays

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

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

{
    "id": 2682705,
    "uri": "https://api.kexp.org/v2/plays/2682705/?format=api",
    "airdate": "2020-01-06T04:19:46-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "https://coverartarchive.org/release/eab06683-0a36-4897-85b4-07e363a6769d/13095340713-250.jpg",
    "thumbnail_uri": "",
    "song": "Here Comes a Regular",
    "track_id": "098e540e-ae71-30c7-99d5-6078813e812b",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Don't You Know Who I Think I Was? The Best of The Replacements",
    "release_id": "eab06683-0a36-4897-85b4-07e363a6769d",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}