Information about plays

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

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

{
    "id": 3592915,
    "uri": "https://api.kexp.org/v2/plays/3592915/?format=api",
    "airdate": "2025-12-19T03:16:22-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b456252-cbbd-4257-a303-a4b157dc06fb/41662489179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b456252-cbbd-4257-a303-a4b157dc06fb/41662489179-250.jpg",
    "song": "Dark Thoughts",
    "track_id": null,
    "recording_id": "e22add95-e652-46d2-84b2-a15fbb2e3464",
    "artist": "Lil Tecca",
    "artist_ids": [
        "e6fdf3f9-8077-4126-b0cf-94da9a8b627e"
    ],
    "album": "Dark Thoughts",
    "release_id": null,
    "release_group_id": "bae86cb3-904d-4d10-9d44-694c7fddbd5a",
    "labels": [
        "Republic Records"
    ],
    "label_ids": [
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2025-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3 a.m. Time Machine: 2025!\n\n---\n\nTune in to next week's (12/26) episode of Street Sounds -- I'll be playing the best Hip-hop/Rap/R&B songs of 2025!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}