Information about plays

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

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

{
    "id": 3602793,
    "uri": "https://api.kexp.org/v2/plays/3602793/?format=api",
    "airdate": "2026-01-10T21:04:17-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Advice",
    "track_id": null,
    "recording_id": null,
    "artist": "Fast Kids",
    "artist_ids": [],
    "album": "Fast Kids Forever",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lollipop Records"
    ],
    "label_ids": [
        "582b2b9b-587e-4f8b-baf1-7a84082bb031"
    ],
    "release_date": "2025-12-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "FAST KIDS is the solo power-pop project of Mike Brandon (of The Mystery Lights).\nYou can check out the video for My Advice by following the link below:\n\nhttps://youtu.be/-s3U5epE1P4?si=sQPa7a9nE7wc7I71\nhttps://www.instagram.com/p/DRzwRD5jnfu/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}