Information about plays

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

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

{
    "id": 3598647,
    "uri": "https://api.kexp.org/v2/plays/3598647/?format=api",
    "airdate": "2026-01-01T01:58:57-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mugwanti/ Sgwejegweje",
    "track_id": null,
    "recording_id": "67a2eca9-242d-40cc-a1f7-f5788048ff17",
    "artist": "DJ Mujava",
    "artist_ids": [
        "565eef0d-e708-42e8-9f45-cd11849e233a"
    ],
    "album": "Ayobaness - The Sound of South African House EP",
    "release_id": null,
    "release_group_id": "5ecf6d01-dac0-4b11-99c8-f45981ee559f",
    "labels": [
        "Out Here Records"
    ],
    "label_ids": [
        "4a2632be-ebb2-4cb5-8a4a-e0a4bb593a3e"
    ],
    "release_date": "2010-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}