Information about plays

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

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

{
    "id": 3636180,
    "uri": "https://api.kexp.org/v2/plays/3636180/?format=api",
    "airdate": "2026-03-31T22:44:42-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ed05534-03e4-4698-b0d1-2cbd4eb5fc07/5987449123-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7ed05534-03e4-4698-b0d1-2cbd4eb5fc07/5987449123-250.jpg",
    "song": "Every Boy and Girl",
    "track_id": null,
    "recording_id": "521378fa-b6f8-446e-9878-8af7cbb1389b",
    "artist": "Lee Moses",
    "artist_ids": [
        "21351ca4-8fb5-4a47-abd3-4443c2db1288"
    ],
    "album": "Time and Place",
    "release_id": null,
    "release_group_id": "1eb3858f-f6db-3d82-a271-ea90ddd31e68",
    "labels": [
        "Castle Music"
    ],
    "label_ids": [
        "b151764b-7521-4063-93a8-6817f7ae670f"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}