Information about plays

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

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

{
    "id": 3422361,
    "uri": "https://api.kexp.org/v2/plays/3422361/?format=api",
    "airdate": "2024-11-07T04:41:20-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia800900.us.archive.org/24/items/mbid-43277c5d-6e7a-4d3f-9a5a-20600e1ead4a/mbid-43277c5d-6e7a-4d3f-9a5a-20600e1ead4a-19748388422_thumb250.jpg",
    "song": "(We Don't Need This) Fascist Groove Thang",
    "track_id": "3360ccd1-b886-3bb0-8724-48f316af653e",
    "recording_id": "8cbbf66f-f75a-4d44-8ab2-ef20a3c0fb08",
    "artist": "Heaven 17",
    "artist_ids": [
        "0796f847-09ca-4526-b17e-44390dd536ba"
    ],
    "album": "Postpunk Chronicles: Scared to Dance",
    "release_id": "43277c5d-6e7a-4d3f-9a5a-20600e1ead4a",
    "release_group_id": "9a6d7298-9923-3a2b-b586-f3c80eba72e2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}