Information about plays

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

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

{
    "id": 3554437,
    "uri": "https://api.kexp.org/v2/plays/3554437/?format=api",
    "airdate": "2025-09-18T03:06:50-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/d60fc492-6b76-4fcc-ba50-1df385d4b754/7475795738-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d60fc492-6b76-4fcc-ba50-1df385d4b754/7475795738-250.jpg",
    "song": "Body Talk",
    "track_id": null,
    "recording_id": "a9dd51a1-1931-4fd5-87ec-6406d50288e9",
    "artist": "Imagination",
    "artist_ids": [
        "f4038a4a-77af-4363-a2a8-5d847bb7f1ba"
    ],
    "album": "Body Talk",
    "release_id": null,
    "release_group_id": "3a023a22-60ad-35cc-b990-244e87ce131b",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}