Information about plays

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

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

{
    "id": 3416451,
    "uri": "https://api.kexp.org/v2/plays/3416451/?format=api",
    "airdate": "2024-10-23T21:20:26-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "https://coverartarchive.org/release/faf8ecbe-012b-431f-b4ff-ac87ea589ee4/21271141372-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/faf8ecbe-012b-431f-b4ff-ac87ea589ee4/21271141372-250.jpg",
    "song": "Liquid Memoryman",
    "track_id": null,
    "recording_id": "aab6f18f-dccd-41aa-aa6e-2ee97da7e25d",
    "artist": "The Oscillation",
    "artist_ids": [
        "24c79bdc-da07-4626-b449-0e0aa3ce395f"
    ],
    "album": "Out of Phase",
    "release_id": null,
    "release_group_id": "2556f36e-8b40-4dbf-b9a9-4ebbc0fbdfec",
    "labels": [
        "D.C. Recordings"
    ],
    "label_ids": [
        "3e6da089-88e1-406a-ba08-05e967a519b3"
    ],
    "release_date": "2007-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blogger Andrulian describes Liquid Memoryman's guitar chords as a \"ska and surf feel.\"  https://www.andrulian.com/review-of-out-of-phase-album-by-the-oscillation/\n--\nhttps://theoscillation.bandcamp.com/album/out-of-phase",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}