Information about plays

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

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

{
    "id": 3422336,
    "uri": "https://api.kexp.org/v2/plays/3422336/?format=api",
    "airdate": "2024-11-07T03:09:17-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://ia903402.us.archive.org/34/items/mbid-ef4b7301-2e68-41ce-8e6a-2af73cac7328/mbid-ef4b7301-2e68-41ce-8e6a-2af73cac7328-28170118597_thumb500.jpg",
    "thumbnail_uri": "https://ia903402.us.archive.org/34/items/mbid-ef4b7301-2e68-41ce-8e6a-2af73cac7328/mbid-ef4b7301-2e68-41ce-8e6a-2af73cac7328-28170118597_thumb250.jpg",
    "song": "Shitlist",
    "track_id": "9e0e1338-d4fc-3764-9166-a5ca99eb7596",
    "recording_id": "8df9b011-05d1-4833-aa21-7b1f66d58a71",
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Bricks Are Heavy",
    "release_id": "ef4b7301-2e68-41ce-8e6a-2af73cac7328",
    "release_group_id": "9f7bedef-5588-3bca-8c81-06a102c4eb8d",
    "labels": [
        "Reprise Records",
        "Slash"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1992-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}