Information about plays

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

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

{
    "id": 3639669,
    "uri": "https://api.kexp.org/v2/plays/3639669/?format=api",
    "airdate": "2026-04-09T01:11:55-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/1db4ac4d-d0cb-4df3-a4fd-db055edfbe81/27286109875-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1db4ac4d-d0cb-4df3-a4fd-db055edfbe81/27286109875-250.jpg",
    "song": "Put U On",
    "track_id": null,
    "recording_id": "a86d6e76-f797-40c5-8285-b9e5b7c4c5d7",
    "artist": "Unknown",
    "artist_ids": [
        "f92c4ae1-fc81-4c54-b1b6-336cc0a1f338"
    ],
    "album": "#Seapunk, Volume 1",
    "release_id": null,
    "release_group_id": "9c269b7d-e44e-4473-9e6a-4615d2fbe7f1",
    "labels": [
        "Coral Records Internazionale"
    ],
    "label_ids": [
        "21f61eb4-e798-46af-a081-5fc3576c3a6e"
    ],
    "release_date": "2011-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}