Information about plays

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

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

{
    "id": 3585533,
    "uri": "https://api.kexp.org/v2/plays/3585533/?format=api",
    "airdate": "2025-12-01T19:43:27-08:00",
    "show": 65265,
    "show_uri": "https://api.kexp.org/v2/shows/65265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Punk",
    "track_id": null,
    "recording_id": "9800501c-b5e0-4ec8-8e31-c1af59412f28",
    "artist": "Girl Ultra & Little Jesus",
    "artist_ids": [
        "1c27ff8d-14fc-41c1-8ed7-96aa00671369",
        "302258d2-0a19-4c55-a0cf-9273934c1141"
    ],
    "album": "El sur",
    "release_id": null,
    "release_group_id": "13903aa5-1694-4099-8f32-121a8452cbb8",
    "labels": [
        "Finesse Records"
    ],
    "label_ids": [
        "7139337b-9e21-4340-b6ca-2bbbd6d43eb2"
    ],
    "release_date": "2022-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mexico City-based artist Mariana de Miguel, AKA Girl Ultra. She recorded a Live on KEXP session this year, check it: https://www.youtube.com/watch?v=3etGeg4BfIU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}