Information about plays

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

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

{
    "id": 3520338,
    "uri": "https://api.kexp.org/v2/plays/3520338/?format=api",
    "airdate": "2025-06-29T09:19:43-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cabbage White",
    "track_id": null,
    "recording_id": "82caf444-696d-4fd0-b574-768906960871",
    "artist": "The Ever-Lovin’ Jug Band",
    "artist_ids": [
        "5f125a38-3215-4a5c-8918-80bd4406ac13"
    ],
    "album": "Move That Thing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jalopy"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Be sure to check out the music video!\nhttps://www.youtube.com/watch?v=Ti9VjshjvkU \n–\nhttp://www.everlovinjugband.ca/info.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}