Information about plays

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

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

{
    "id": 3581712,
    "uri": "https://api.kexp.org/v2/plays/3581712/?format=api",
    "airdate": "2025-11-23T00:32:49-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "https://coverartarchive.org/release/07554079-4046-4e49-897d-e77f51e5141a/33622784949-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07554079-4046-4e49-897d-e77f51e5141a/33622784949-250.jpg",
    "song": "Nylon Nights",
    "track_id": null,
    "recording_id": "a739ed04-158f-430f-b725-4971ed218ebd",
    "artist": "Sonja",
    "artist_ids": [
        "63d5ed89-c727-45df-b8ee-92f48cc04d1d"
    ],
    "album": "Loud Arriver",
    "release_id": null,
    "release_group_id": "95948aab-c139-432c-b8bc-ff780c735b06",
    "labels": [
        "Cruz del Sur Music"
    ],
    "label_ids": [
        "03566699-43bf-4727-832b-a4cf7d2a43c7"
    ],
    "release_date": "2022-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Loud Arriver made our Top 10 Albums of 2022.\n\nVocalist Melissa Moore's other band, Crosspitter, played at NWTF last year.\n\nhttps://sonjaband.bandcamp.com/album/loud-arriver\nhttps://www.facebook.com/Sonjabooking/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}