Information about plays

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

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

{
    "id": 3630856,
    "uri": "https://api.kexp.org/v2/plays/3630856/?format=api",
    "airdate": "2026-03-19T02:10:35-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Journey (12\" Vocal Version)",
    "track_id": null,
    "recording_id": "a160e532-e1e8-412a-b2f8-e740b8fe3191",
    "artist": "Powerline",
    "artist_ids": [
        "f158e63a-f79d-43c3-b0d3-fe99423c2756"
    ],
    "album": "Double Journey",
    "release_id": null,
    "release_group_id": "8ed1a637-68c5-4786-bbe4-37fecc1fee14",
    "labels": [
        "Prelude Records"
    ],
    "label_ids": [
        "7f9db141-90d9-449e-ab25-634b963d5949"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}