Information about plays

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

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

{
    "id": 3608254,
    "uri": "https://api.kexp.org/v2/plays/3608254/?format=api",
    "airdate": "2026-01-24T00:03:43-08:00",
    "show": 65737,
    "show_uri": "https://api.kexp.org/v2/shows/65737/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Link Up",
    "track_id": null,
    "recording_id": "9f30cd5f-72b5-4ec0-99cc-e5b2b692de9f",
    "artist": "NxWorries",
    "artist_ids": [
        "96c5c9a3-6c9b-41a7-90cc-e7375afbfde1"
    ],
    "album": "Yes Lawd!",
    "release_id": null,
    "release_group_id": "c3160c68-cba9-427b-a37f-c677e18627f9",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2016-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}