Information about plays

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

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

{
    "id": 3594361,
    "uri": "https://api.kexp.org/v2/plays/3594361/?format=api",
    "airdate": "2025-12-22T06:44:37-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Ready",
    "track_id": "865aec5c-7e3f-482c-8046-0e542822b4f7",
    "recording_id": "c135cb82-6d75-428d-8ec0-47b8748277c9",
    "artist": "Jenn Em",
    "artist_ids": [
        "ffd036c6-29ab-47d8-a6af-471c6b8dac0f"
    ],
    "album": "I’m Ready",
    "release_id": "eb6027c0-570c-422b-8385-df773751bfae",
    "release_group_id": "074adc1a-4777-4134-acdf-784bbc504136",
    "labels": [
        "Death Row Records",
        "gamma."
    ],
    "label_ids": [
        "2285cdbd-a7b6-464a-9bc0-c549051454d9",
        "22ec8549-c9e3-43bf-a56f-972415a85c15"
    ],
    "release_date": "2024-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from the LA-based musician.\n\nCheck out the 70s-vibe music video filmed at Venice Beach:\n\nhttps://www.youtube.com/watch?v=jTQ5_HsSJV4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}