Information about plays

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

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

{
    "id": 3623919,
    "uri": "https://api.kexp.org/v2/plays/3623919/?format=api",
    "airdate": "2026-03-01T10:47:41-08:00",
    "show": 66062,
    "show_uri": "https://api.kexp.org/v2/shows/66062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drunk and High",
    "track_id": null,
    "recording_id": "5feabae8-1b24-494b-9aad-9299fc5c1aa7",
    "artist": "Florry",
    "artist_ids": [
        "bd3f7014-cd1e-4f0d-a37b-9d0e476c9d7e"
    ],
    "album": "The Holey Bible",
    "release_id": null,
    "release_group_id": "9c11d5d3-8ad0-4917-9f09-d0deba38ebfb",
    "labels": [
        "Dear Life Records"
    ],
    "label_ids": [
        "48c03abc-6b4f-4bc1-8562-683972308418"
    ],
    "release_date": "2023-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Philadelphia band liken the process of making this album to waiting for cheese to warm up. “\"All wonders come with time. Cheese, for example, tastes pretty good cold, but when you let it warm for about 45 minutes, its transcendent..”\nhttps://florry.bandcamp.com/album/the-holey-bible-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}