Information about plays

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

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

{
    "id": 3567155,
    "uri": "https://api.kexp.org/v2/plays/3567155/?format=api",
    "airdate": "2025-10-19T10:38:24-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/a1a8f8a7-65af-4743-9545-b87390b53422/22584883565-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a1a8f8a7-65af-4743-9545-b87390b53422/22584883565-250.jpg",
    "song": "Aretha, Sing One for Me",
    "track_id": null,
    "recording_id": "84f62adb-04f0-4ff4-a576-073866886100",
    "artist": "George Jackson",
    "artist_ids": [
        "d09d86d8-8db3-4e18-8246-99e4925c4b09"
    ],
    "album": "The Hi Records Story",
    "release_id": null,
    "release_group_id": "f2d5dabd-aff4-4f7a-84fc-557aae31b901",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mississippi musician bounced around labels like Hi, Goldwax, and worked at FAME Studios and Muscle Shoals Sound Studios in Alabama. He wrote this song in 1972 as an answer to Aretha Franklin’s Don’t Play That Song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}