Information about plays

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

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

{
    "id": 3638840,
    "uri": "https://api.kexp.org/v2/plays/3638840/?format=api",
    "airdate": "2026-04-07T00:04:01-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/069988f4-1c46-4d6d-8a77-75530aca1508/26437823906-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/069988f4-1c46-4d6d-8a77-75530aca1508/26437823906-250.jpg",
    "song": "Marafon 15",
    "track_id": null,
    "recording_id": "2f4ad68e-8e38-48c4-9646-1305bbf0e0fd",
    "artist": "Kate NV",
    "artist_ids": [
        "04ac4914-e6f3-4851-90e7-1d7c4e5b78cf"
    ],
    "album": "Room for the Moon",
    "release_id": null,
    "release_group_id": "d7310ca8-0140-4a58-8457-305091bd106d",
    "labels": [
        "RVNG Intl."
    ],
    "label_ids": [
        "aae903d5-4e2e-4db0-8b25-f068f0b8c8a4"
    ],
    "release_date": "2020-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the A+ live edition here! - https://katenv.bandcamp.com/album/room-for-the-moon-live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}