Information about plays

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

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

{
    "id": 3543678,
    "uri": "https://api.kexp.org/v2/plays/3543678/?format=api",
    "airdate": "2025-08-23T09:38:22-07:00",
    "show": 64366,
    "show_uri": "https://api.kexp.org/v2/shows/64366/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-26e805b2-8d03-4d62-8d52-7c12c56d6129/mbid-26e805b2-8d03-4d62-8d52-7c12c56d6129-30171288380_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-26e805b2-8d03-4d62-8d52-7c12c56d6129/mbid-26e805b2-8d03-4d62-8d52-7c12c56d6129-30171288380_thumb250.jpg",
    "song": "Satta Massagana",
    "track_id": "90776e40-3ea1-3df5-852c-7b1c57f4b891",
    "recording_id": "2f3dabef-1c8b-4c42-9110-614929b417c6",
    "artist": "The Abyssinians",
    "artist_ids": [
        "103ae173-2204-40b8-a6a8-f1623304deed"
    ],
    "album": "Satta Massagana",
    "release_id": "26e805b2-8d03-4d62-8d52-7c12c56d6129",
    "release_group_id": "b627960a-f83a-32ec-b1bf-f3b696595e24",
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1976\n\nTranslates from the Amharic language \"አመሰገነ\" as \"He Gave Praise\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}