Information about plays

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

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

{
    "id": 3629838,
    "uri": "https://api.kexp.org/v2/plays/3629838/?format=api",
    "airdate": "2026-03-16T18:47:03-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble",
    "track_id": null,
    "recording_id": "b5e1ca6d-b855-4134-937f-d5efae8539dd",
    "artist": "Meshell Ndegeocello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "No More Water: The Gospel of James Baldwin",
    "release_id": null,
    "release_group_id": "a3a184c5-fbe3-48a1-9a57-8364bf7b0d59",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2024-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}