Information about plays

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

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

{
    "id": 3600907,
    "uri": "https://api.kexp.org/v2/plays/3600907/?format=api",
    "airdate": "2026-01-06T07:35:09-08:00",
    "show": 65578,
    "show_uri": "https://api.kexp.org/v2/shows/65578/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here With Me",
    "track_id": "09faf342-8358-4335-952c-e1d89e19f61d",
    "recording_id": "cafc2173-37ae-4ef7-b48b-3592b685bcef",
    "artist": "Jonathan Jeremiah",
    "artist_ids": [
        "ca9ced31-4a6f-47ed-8032-fa3bad53fcd0"
    ],
    "album": "We Come Alive",
    "release_id": "a5b58cbe-edc5-4264-ae4f-12644880d3dd",
    "release_group_id": "908a19c5-9b2c-4483-acd5-9f94c87638c5",
    "labels": [
        "[PIAS] Recordings"
    ],
    "label_ids": [
        "05dac601-c683-4c02-afc4-4a03cd01c25f"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here With Me is he first track on British singer-songwriter Jonathan Jeremiah's latest album 'We Come Alive'.\n\nhttps://www.jonathanjeremiah.co.uk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}