Information about plays

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

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

{
    "id": 3586280,
    "uri": "https://api.kexp.org/v2/plays/3586280/?format=api",
    "airdate": "2025-12-03T12:21:52-08:00",
    "show": 65278,
    "show_uri": "https://api.kexp.org/v2/shows/65278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pushin' Too Hard",
    "track_id": "084a8708-7152-4a29-8383-4b3b24139da0",
    "recording_id": "6407e4a4-e10b-47e2-aeb5-11587cb5abf9",
    "artist": "The Seeds",
    "artist_ids": [
        "f706bac1-a02a-4569-9164-9f3371e6fa74"
    ],
    "album": "The Seeds",
    "release_id": "4f3a4916-de27-4d25-964b-6b692d0cdb99",
    "release_group_id": "54e06f2b-c290-399a-8d56-26a9bcb08718",
    "labels": [
        "GNP Crescendo"
    ],
    "label_ids": [
        "bc0a353e-1f62-4f55-a2e1-d4bec38974f4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The psychedelic garage rock band formed in Los Angeles in 1965. The band features Sky Saxon, guitarist Jan Savage, keyboardist Daryl Hooper and drummer Rick Andridge.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}