Information about plays

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

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

{
    "id": 3553178,
    "uri": "https://api.kexp.org/v2/plays/3553178/?format=api",
    "airdate": "2025-09-15T00:29:16-07:00",
    "show": 64565,
    "show_uri": "https://api.kexp.org/v2/shows/64565/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d12af39-5f78-44c3-8870-d32bab1aaa6b/36930745578-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d12af39-5f78-44c3-8870-d32bab1aaa6b/36930745578-250.jpg",
    "song": "Four Hundred Years",
    "track_id": null,
    "recording_id": "a7622ab8-d78f-49ed-bd2e-2c410405524a",
    "artist": "Count Ossie",
    "artist_ids": [
        "217e2df6-61be-4ff5-b62c-4c8642d396c5"
    ],
    "album": "Grounation",
    "release_id": null,
    "release_group_id": "3013f699-1f06-4d98-999d-b609d4f970e9",
    "labels": [
        "Ashanti Records"
    ],
    "label_ids": [
        "76d5b69a-8f19-45d5-b990-a0d9ec60105b"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}