Information about plays

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

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

{
    "id": 3638930,
    "uri": "https://api.kexp.org/v2/plays/3638930/?format=api",
    "airdate": "2026-04-07T04:55:08-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/b1179d3c-407b-4602-b1e3-07f34f6633b0/36175819829-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b1179d3c-407b-4602-b1e3-07f34f6633b0/36175819829-250.jpg",
    "song": "Praying Dub",
    "track_id": null,
    "recording_id": "24ce8ea1-9252-411f-b5e5-e8a2572f9d4e",
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Happy Hour in Dub",
    "release_id": null,
    "release_group_id": "9909036d-c0ca-4eba-8e4d-e9a8d4408fa6",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2023-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<3 <3 <3 have a great tuesday and rest of your week <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}