Information about plays

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

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

{
    "id": 3420875,
    "uri": "https://api.kexp.org/v2/plays/3420875/?format=api",
    "airdate": "2024-11-03T11:02:53-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/22215ab2-cd28-415e-ae2f-b2dbf28787dc/22705222894-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22215ab2-cd28-415e-ae2f-b2dbf28787dc/22705222894-250.jpg",
    "song": "Talking Reality Television Blues",
    "track_id": null,
    "recording_id": "b2133267-1689-48e2-ab7f-180f76af8f22",
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "Cash Cabin Sessions, Vol. 3",
    "release_id": null,
    "release_group_id": "465a2cce-93fe-46df-992d-05074afbfe86",
    "labels": [
        "Aimless Records"
    ],
    "label_ids": [
        "a590ee43-edf9-460e-a148-da7040a1311b"
    ],
    "release_date": "2019-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Official video for this song that's an homage to Dylan and also a razor-sharp commentary on our world (and it's animated!): https://youtu.be/BBydsvJX8vM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}