Information about plays

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

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

{
    "id": 3597891,
    "uri": "https://api.kexp.org/v2/plays/3597891/?format=api",
    "airdate": "2025-12-30T06:24:05-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Be Another You",
    "track_id": "9a56607b-5dde-4c37-a461-e894839a50f3",
    "recording_id": "cadbf234-68b9-45be-8a0d-559122f706dc",
    "artist": "Shaina Shepherd",
    "artist_ids": [
        "6832472a-2383-4498-a47a-56f9519de139"
    ],
    "album": "Never Be Another You",
    "release_id": "915be354-0075-4779-a513-7b7fee4603e7",
    "release_group_id": "4695ece2-4419-48c0-9cb6-a9508ed6c463",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2021-11-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Seattle's Shaina Shepherd covering Lee Fields' \"Never Be Another You\". Here's the original https://www.youtube.com/watch?v=doMUX3THgl4\n\nhttps://shainashepherdmusic.bandcamp.com/album/jamuary\nhttps://www.shainashepherdmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}