Information about plays

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

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

{
    "id": 2678883,
    "uri": "https://api.kexp.org/v2/plays/2678883/?format=api",
    "airdate": "2019-12-27T19:50:48-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "https://coverartarchive.org/release/541d890a-9ecd-4d75-8db3-883b706d434a/4010641500-250.jpg",
    "thumbnail_uri": "",
    "song": "Cold Cold Ground",
    "track_id": "761753bb-b3b1-3781-b70d-6580e37c19fe",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Franks Wild Years",
    "release_id": "541d890a-9ecd-4d75-8db3-883b706d434a",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1990-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Our Spotlight tonight: Winter Songs! Have a suggestion? Email dj@kexp.org, text 206-903-5397 or interact on Instagram, Facebook or Twitter @djmichelemyers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}