Information about plays

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

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

{
    "id": 3500497,
    "uri": "https://api.kexp.org/v2/plays/3500497/?format=api",
    "airdate": "2025-05-12T17:24:45-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/e42ada27-9c43-4a1f-b804-095d60d2adf1/39149605895-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e42ada27-9c43-4a1f-b804-095d60d2adf1/39149605895-250.jpg",
    "song": "You Got To Have Freedom (Opolopo Tweek)",
    "track_id": null,
    "recording_id": null,
    "artist": "Pharoah Sanders",
    "artist_ids": [
        "b3a0912a-a62a-4388-9368-7cb21ed5caf9"
    ],
    "album": "Great Moments With Pharoah Sanders",
    "release_id": null,
    "release_group_id": "0ea6489a-8ae5-4e08-a924-d2600ff15807",
    "labels": [
        "Timeless Records"
    ],
    "label_ids": [
        "20973134-46d0-4b99-811b-3a41b94aee93"
    ],
    "release_date": "2023-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}