Information about plays

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

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

{
    "id": 3554014,
    "uri": "https://api.kexp.org/v2/plays/3554014/?format=api",
    "airdate": "2025-09-17T02:26:50-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://dn721201.ca.archive.org/0/items/mbid-a25c6dff-60ed-4764-abe6-c01c66b2c7af/mbid-a25c6dff-60ed-4764-abe6-c01c66b2c7af-42009653783_thumb500.jpg",
    "thumbnail_uri": "https://dn721201.ca.archive.org/0/items/mbid-a25c6dff-60ed-4764-abe6-c01c66b2c7af/mbid-a25c6dff-60ed-4764-abe6-c01c66b2c7af-42009653783_thumb250.jpg",
    "song": "Me and Bobby McGee",
    "track_id": "6cd23e3c-ce35-3f16-9b5e-568607957496",
    "recording_id": "7f699048-4411-4db7-87eb-7ad11e266d21",
    "artist": "Janis Joplin",
    "artist_ids": [
        "76c9a186-75bd-436a-85c0-823e3efddb7f"
    ],
    "album": "The Essential Janis Joplin",
    "release_id": "ac9a9ebc-5ee1-465f-9823-972b910b7c99",
    "release_group_id": "c0784fcf-934b-3110-97d4-8d75e76f9b30",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Freedom is just another word for nothin' left to lose",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}