Information about plays

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

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

{
    "id": 3428416,
    "uri": "https://api.kexp.org/v2/plays/3428416/?format=api",
    "airdate": "2024-11-21T22:07:09-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://ia804509.us.archive.org/17/items/mbid-a81ac9ba-eb70-46c9-b17b-35ac747ed073/mbid-a81ac9ba-eb70-46c9-b17b-35ac747ed073-40044399044_thumb500.jpg",
    "thumbnail_uri": "https://ia904509.us.archive.org/17/items/mbid-a81ac9ba-eb70-46c9-b17b-35ac747ed073/mbid-a81ac9ba-eb70-46c9-b17b-35ac747ed073-40044399044_thumb250.jpg",
    "song": "Reckless",
    "track_id": "74dfdcc6-7e26-42ee-83ef-a38541591bc2",
    "recording_id": "361de58a-54f9-424b-9269-b6bf2f5d192a",
    "artist": "Kassie Krut",
    "artist_ids": [
        "2775f41c-fd65-4ccb-8726-e318ed5f4495"
    ],
    "album": "Reckless",
    "release_id": "a81ac9ba-eb70-46c9-b17b-35ac747ed073",
    "release_group_id": "5bdcbf14-52e6-417e-b2ac-a660c7773e1c",
    "labels": [
        "Fire Talk"
    ],
    "label_ids": [
        "80e2d91f-4035-48ef-8a3b-cc81b3f793ed"
    ],
    "release_date": "2024-10-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}