Information about plays

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

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

{
    "id": 3438181,
    "uri": "https://api.kexp.org/v2/plays/3438181/?format=api",
    "airdate": "2024-12-14T22:33:10-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Brother, The Man",
    "track_id": null,
    "recording_id": "765e1f3b-747a-4faf-ab1e-827fd1074627",
    "artist": "We The People",
    "artist_ids": [
        "e8c9deec-db07-4571-bbb6-83e3b2e65c6b"
    ],
    "album": "My Brother, The Man / Proceed With Caution",
    "release_id": null,
    "release_group_id": "d1d6e7ca-33bf-4973-86fa-bc32071a5ece",
    "labels": [
        "Hotline Records"
    ],
    "label_ids": [
        "561292eb-efb6-44d1-bea1-b9ce1dd85ab5"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We The People formed in late 1965 in Orlando, FL.\n\n\"My Brother, the Man\" was covered by the long-running Garage Rock Revival band The Fuzztones and reworked by The Horrors with the song \"Count in Fives\". Spanish garage band Wau y los Arrrghs!!! released a Spanish-language version of the song with different lyrics entitled \"Niña\" on their 2005 album \"Cantan en Español.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}