Information about plays

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

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

{
    "id": 3595633,
    "uri": "https://api.kexp.org/v2/plays/3595633/?format=api",
    "airdate": "2025-12-25T02:36:27-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b7faf56-541d-44dc-8d5f-c017689a5302/40777165582-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b7faf56-541d-44dc-8d5f-c017689a5302/40777165582-250.jpg",
    "song": "Every Snowflake Is Different (Just Like You)",
    "track_id": null,
    "recording_id": "e2face2a-dbd0-4064-b287-6699f21cbabf",
    "artist": "My Chemical Romance",
    "artist_ids": [
        "c07f0676-9143-4217-8a9f-4c26bd636f13"
    ],
    "album": "Yo Gabba Gabba! Hey!",
    "release_id": null,
    "release_group_id": "2f336a78-a864-4747-bfae-77a02254d366",
    "labels": [
        "ABC Music"
    ],
    "label_ids": [
        "25f5c927-79c9-4da9-861b-f59c6129e096"
    ],
    "release_date": "2017-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to an anonymous someone!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}