Information about plays

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

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

{
    "id": 3439837,
    "uri": "https://api.kexp.org/v2/plays/3439837/?format=api",
    "airdate": "2024-12-18T23:33:17-08:00",
    "show": 62146,
    "show_uri": "https://api.kexp.org/v2/shows/62146/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa68e118-1ec6-44da-b4bd-135584bc9be1/38625825774-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa68e118-1ec6-44da-b4bd-135584bc9be1/38625825774-250.jpg",
    "song": "Cycle of Love",
    "track_id": null,
    "recording_id": "fd82311d-090f-44fc-8aa5-0a9856ecad07",
    "artist": "marucoporoporo",
    "artist_ids": [
        "7d886b25-fd67-496c-8634-b0ef6e091305"
    ],
    "album": "Conceive the Sea",
    "release_id": null,
    "release_group_id": "ba0a153c-f418-4672-b8ed-7510c011e452",
    "labels": [
        "FLAU"
    ],
    "label_ids": [
        "e1de8423-e6af-4227-bda0-286b34ea8647"
    ],
    "release_date": "2024-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Born out of music created for an art installation in 2022, ‘Conceive the Sea’ is an introspective odyssey exploring artistry and existence, a work carried by thematic currents based on the passing of time and the cycle of life.\"\n\nhttps://flau.bandcamp.com/album/conceive-the-sea",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}