Information about plays

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

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

{
    "id": 3514187,
    "uri": "https://api.kexp.org/v2/plays/3514187/?format=api",
    "airdate": "2025-06-14T16:12:02-07:00",
    "show": 63735,
    "show_uri": "https://api.kexp.org/v2/shows/63735/?format=api",
    "image_uri": "https://coverartarchive.org/release/24299aec-45c1-4e0c-addd-a2efe391fb3b/27451357088-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24299aec-45c1-4e0c-addd-a2efe391fb3b/27451357088-250.jpg",
    "song": "Progress",
    "track_id": null,
    "recording_id": "83885201-a77f-427b-854d-7fb25a56fa36",
    "artist": "Tony Allen plays with Africa 70",
    "artist_ids": [
        "ea524cc6-191a-4c05-ab88-3bb5c0880ca5",
        "dc45f2dc-ef36-4a7a-aa52-97495fca8ced"
    ],
    "album": "Progress",
    "release_id": null,
    "release_group_id": "027e8f25-5634-4751-9a1a-0d318d8f338a",
    "labels": [
        "Coconut"
    ],
    "label_ids": [
        "22d782b7-0d10-4b2f-b20a-dfc267cbc730"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1975 and 1977, Jealousy and Progress were the first two records Tony Allen (former drummer for Fela Kuti and the Africa 70s) released under his own name. He served as composer and arranger, with Fela producing and sharing arrangement credits.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}