Information about plays

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

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

{
    "id": 3594992,
    "uri": "https://api.kexp.org/v2/plays/3594992/?format=api",
    "airdate": "2025-12-23T17:29:56-08:00",
    "show": 65458,
    "show_uri": "https://api.kexp.org/v2/shows/65458/?format=api",
    "image_uri": "https://ia601307.us.archive.org/33/items/mbid-9138ffc9-df70-46d8-ae37-d7c3bd5c1f46/mbid-9138ffc9-df70-46d8-ae37-d7c3bd5c1f46-12956243068_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/33/items/mbid-9138ffc9-df70-46d8-ae37-d7c3bd5c1f46/mbid-9138ffc9-df70-46d8-ae37-d7c3bd5c1f46-12956243068_thumb250.jpg",
    "song": "Believe You're Mine",
    "track_id": "c79b1ebe-3083-4891-b6b4-f8518153f118",
    "recording_id": "a294dd25-421f-4f19-b401-14fad44adc0c",
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "You Know Who You Are",
    "release_id": "9138ffc9-df70-46d8-ae37-d7c3bd5c1f46",
    "release_group_id": "fd9b6e70-a30c-452c-ba9d-0c28e4a010e0",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2016-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Autumn, by request\n___\nYou Know Who You Are is the eighth studio album by Nada Surf, released in 2016.\nhttps://nadasurf.bandcamp.com/album/you-know-who-you-are",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}