Information about plays

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

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

{
    "id": 3640595,
    "uri": "https://api.kexp.org/v2/plays/3640595/?format=api",
    "airdate": "2026-04-11T05:15:23-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-bc8cf7c4-620b-436f-85c5-6559739f99c5/mbid-bc8cf7c4-620b-436f-85c5-6559739f99c5-6703738029_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-bc8cf7c4-620b-436f-85c5-6559739f99c5/mbid-bc8cf7c4-620b-436f-85c5-6559739f99c5-6703738029_thumb250.jpg",
    "song": "What Have They Done to My Song Ma",
    "track_id": "16f36d97-92e6-414b-b644-68ed0e5aaf3e",
    "recording_id": "e5546980-7af4-47a1-861b-b12f658f0788",
    "artist": "Melanie",
    "artist_ids": [
        "c8c3beb5-d213-40e6-9ef6-d4e1cad59e12"
    ],
    "album": "Candles in the Rain",
    "release_id": "1cbb5aef-7026-43b4-a567-3657b081c3f3",
    "release_group_id": "4e18f434-bccd-323a-bb8e-f81db404278c",
    "labels": [
        "Buddah Records"
    ],
    "label_ids": [
        "bc0dc38a-ad1e-4e81-bf13-ce3a94a8f9ef"
    ],
    "release_date": "1970-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}