Information about plays

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

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

{
    "id": 3412453,
    "uri": "https://api.kexp.org/v2/plays/3412453/?format=api",
    "airdate": "2024-10-14T07:58:39-07:00",
    "show": 61574,
    "show_uri": "https://api.kexp.org/v2/shows/61574/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voodoo Child (slight return)",
    "track_id": null,
    "recording_id": "78b533ab-79f0-4ba9-9b9f-ba1654332b88",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Electric Ladyland",
    "release_id": null,
    "release_group_id": "47ba2d59-5544-34a4-b108-dc08c0956298",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1968-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cherokee\n\nThis track was recorded by the Jimi Hendrix Experience in 1968 that appears as the final track on the Electric Ladyland album released that year. It contains improvised guitar and a vocal from Jimi Hendrix, backed by Noel Redding on bass and Mitch Mitchell on drums.\n\nhttps://www.jimihendrix.com/electric-ladyland-50/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}