Information about plays

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

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

{
    "id": 2682476,
    "uri": "https://api.kexp.org/v2/plays/2682476/?format=api",
    "airdate": "2020-01-05T13:16:47-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a1b4e45-a493-44e2-a39e-ac7a5333ecb9/24853252994-250.jpg",
    "thumbnail_uri": "",
    "song": "Stop This World",
    "track_id": "d5da8fed-c34a-4006-a102-fb24f14ffd22",
    "recording_id": null,
    "artist": "Chrissie Hynde",
    "artist_ids": [
        "a5d79c54-81c3-4a73-af6a-ad5c143d3f21"
    ],
    "album": "If You're Going To The City: A Tribute To Mose Allison",
    "release_id": "8a1b4e45-a493-44e2-a39e-ac7a5333ecb9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Proceeds from this star-studded tribute album go to Sweet Relief Musicians Fund, a nonprofit that provides assistance to career musicians who are struggling to make ends meet while facing illness, disability, or age-related problems. https://sweetrelief.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}