Information about plays

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

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

{
    "id": 3598371,
    "uri": "https://api.kexp.org/v2/plays/3598371/?format=api",
    "airdate": "2025-12-31T08:36:20-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello",
    "track_id": "6a59842f-e2e8-419d-bf78-5a4de1cf3de0",
    "recording_id": "ee159a3c-fe7a-4974-a529-c3f5dceb6e9e",
    "artist": "Girl and Girl",
    "artist_ids": [
        "e46bfd13-f271-494e-a4e9-f535c76a70f0"
    ],
    "album": "Call A Doctor",
    "release_id": "00890a53-bc79-4cc5-9d33-957c61be630c",
    "release_group_id": "e6077b11-6d14-448e-afd8-7394b8cea187",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turn it up and bounce around your space!\n\nAustralian group Girl and Girl graced the KEXP airwaves with a live session last May! They played \"Hello\" and three more songs. Watch the video here: https://www.youtube.com/watch?v=UZqS95QMKzs&t=1291s\n\nhttps://girlandgirl.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}