Information about plays

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

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

{
    "id": 3551420,
    "uri": "https://api.kexp.org/v2/plays/3551420/?format=api",
    "airdate": "2025-09-10T20:35:25-07:00",
    "show": 64528,
    "show_uri": "https://api.kexp.org/v2/shows/64528/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2b76db6-024a-45a3-99eb-36465ce55cbc/30003064189-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2b76db6-024a-45a3-99eb-36465ce55cbc/30003064189-250.jpg",
    "song": "Gold Purple Orange",
    "track_id": null,
    "recording_id": "5703dcbd-fa2a-419e-ad62-4c7aecadd973",
    "artist": "Jean Grae × Quelle Chris",
    "artist_ids": [
        "04aafe35-ad89-48ef-ada6-f95e5a6b8934",
        "b2f60e78-7dca-4cb3-bc55-c62580be8010"
    ],
    "album": "Everything’s Fine",
    "release_id": null,
    "release_group_id": "31cf497b-5cf6-4663-8497-54a21fceb236",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2018-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}