Information about plays

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

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

{
    "id": 3522552,
    "uri": "https://api.kexp.org/v2/plays/3522552/?format=api",
    "airdate": "2025-07-04T13:05:37-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7e38f6f-9590-4ff4-83ba-0bd3a96e08d8/22472802026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7e38f6f-9590-4ff4-83ba-0bd3a96e08d8/22472802026-250.jpg",
    "song": "Hey Joe 1-4 (October 23 1966)",
    "track_id": null,
    "recording_id": "1e1107bd-ad66-43fb-9e48-bbda0d88f6e7",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Are You Experienced The Sessions? Vol. 1",
    "release_id": null,
    "release_group_id": "e679d4b5-e4fe-4142-a305-9036d7befa0e",
    "labels": [
        "Acoustic Music Records"
    ],
    "label_ids": [
        "c3608b61-cb4f-41bb-8f22-13631c4ef077"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}