Information about plays

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

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

{
    "id": 3604514,
    "uri": "https://api.kexp.org/v2/plays/3604514/?format=api",
    "airdate": "2026-01-15T03:17:44-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come in Out of the Rain",
    "track_id": null,
    "recording_id": "2ec31cb3-c1c9-4447-8260-78127c7569ff",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Osmium",
    "release_id": null,
    "release_group_id": "f3230b72-4536-3be9-ac86-c307e346a5a6",
    "labels": [
        "Invictus"
    ],
    "label_ids": [
        "f9a5f623-4134-457a-9c01-0083d376ee8d"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Happiness and peace is getting more and more out of my reach / violence and revolution seems to be all that the people wanna preach.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}