Information about plays

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

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

{
    "id": 3555854,
    "uri": "https://api.kexp.org/v2/plays/3555854/?format=api",
    "airdate": "2025-09-21T10:25:16-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9895d0a-70ae-463c-a28a-7bb6ea206b03/33152903404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9895d0a-70ae-463c-a28a-7bb6ea206b03/33152903404-250.jpg",
    "song": "March 11, 1962",
    "track_id": null,
    "recording_id": null,
    "artist": "Mary Gauthier",
    "artist_ids": [
        "1efadc05-01b5-4a39-9c6f-da5c975276dd"
    ],
    "album": "The Foundling",
    "release_id": null,
    "release_group_id": "f3983a09-fbcb-44b7-a52a-9e58e91379b9",
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "2010-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nashville-based, NOLA-born songwriter wrote this concept album about her search for her birth mother who left her at an orphanage in 1962.\nhttps://marygauthier.bandcamp.com/album/the-foundling\n\nWatch her 2011 Roadhouse session https://youtu.be/oqSlI28hgsw?si=xpGJP53-_wOLAgTs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}