Information about plays

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

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

{
    "id": 3602916,
    "uri": "https://api.kexp.org/v2/plays/3602916/?format=api",
    "airdate": "2026-01-11T03:57:06-08:00",
    "show": 65620,
    "show_uri": "https://api.kexp.org/v2/shows/65620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Julia (or, ‘Holy to the LORD’ on the Bells of Horses)",
    "track_id": null,
    "recording_id": "a9481e7a-a94d-44cd-bc0e-8e1d24b40f94",
    "artist": "mewithoutYou",
    "artist_ids": [
        "759b5ff1-91fe-4ec9-b9b7-75b7b2ceb283"
    ],
    "album": "[Untitled]",
    "release_id": null,
    "release_group_id": "1f83dc49-8205-45d4-a520-905e34270887",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2018-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}