Information about plays

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

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

{
    "id": 3572602,
    "uri": "https://api.kexp.org/v2/plays/3572602/?format=api",
    "airdate": "2025-11-01T13:17:13-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run Right Into It",
    "track_id": "14f53aaf-fba3-4808-af00-4c983cdffff0",
    "recording_id": "b167b37f-0909-43b6-8f34-26e1f8232ad4",
    "artist": "The Barr Brothers feat. Land of Talk",
    "artist_ids": [
        "e8c28ca7-c14d-4dff-86d6-06bfac138422",
        "336dfcad-2587-4f5d-9338-3a445282364f"
    ],
    "album": "Let it Hiss",
    "release_id": "a5269381-5bdd-41a2-9331-1cf1bfd7ae35",
    "release_group_id": "b60707c8-f01d-4527-bf10-6767954a32b5",
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth album (and first in 8 years) from this Montreal-based band led by brothers Brad and Andrew Barr.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}