Information about plays

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

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

{
    "id": 3637016,
    "uri": "https://api.kexp.org/v2/plays/3637016/?format=api",
    "airdate": "2026-04-02T21:25:22-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4651545-8193-403a-a9d9-bba9daba0041/30261394123-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4651545-8193-403a-a9d9-bba9daba0041/30261394123-250.jpg",
    "song": "Loretta",
    "track_id": null,
    "recording_id": "a830a5a2-2eeb-4058-a20e-d5725f654dd5",
    "artist": "Ginger Root",
    "artist_ids": [
        "22dc2681-4260-437e-a570-c4e92e011f68"
    ],
    "album": "City Slicker",
    "release_id": null,
    "release_group_id": "2265d68e-a660-4823-a5fd-2e0a6a58e213",
    "labels": [
        "Acrophase Records"
    ],
    "label_ids": [
        "6de4de0e-1511-4a2b-9e54-6610bc581e09"
    ],
    "release_date": "2021-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://gingerroot.bandcamp.com/album/city-slicker\n\nGreat video too! https://www.youtube.com/watch?v=u-WTfP3WJc4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}