Information about plays

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

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

{
    "id": 3572232,
    "uri": "https://api.kexp.org/v2/plays/3572232/?format=api",
    "airdate": "2025-10-31T13:50:29-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Walk the Line",
    "track_id": null,
    "recording_id": "9be4fccc-aacb-4055-8fcb-a0273c65775c",
    "artist": "Alien Sex Fiend",
    "artist_ids": [
        "3580a118-49e3-4aa1-972a-f5f0ff750dd2"
    ],
    "album": "All Our Yesterdays",
    "release_id": null,
    "release_group_id": "01de819f-68a8-3fee-9380-21e0d880f3a0",
    "labels": [
        "Anagram"
    ],
    "label_ids": [
        "407412ed-837a-4f56-a74e-342ddda7fa11"
    ],
    "release_date": "1988-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Andy in Austin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}