Information about plays

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

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

{
    "id": 3420868,
    "uri": "https://api.kexp.org/v2/plays/3420868/?format=api",
    "airdate": "2024-11-03T10:37:06-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/298fe4cd-0ed6-443c-8977-2813808e408b/36445589243-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/298fe4cd-0ed6-443c-8977-2813808e408b/36445589243-250.jpg",
    "song": "I-Feel-Like-I'm-Fixin'-To-Die Rag (Previously Unissued Alternate Take)",
    "track_id": null,
    "recording_id": "7dfb1010-66ec-4237-9a72-8dba7f0f891e",
    "artist": "Country Joe and the Fish",
    "artist_ids": [
        "5c57506f-9967-4503-9dc0-0b9254b6697b"
    ],
    "album": "I-Feel-Like-I'm-Fixin'-To-Die",
    "release_id": null,
    "release_group_id": "0d9602b4-5aab-3dc0-8cbe-1a399073eb3e",
    "labels": [
        "Ace Vanguard Masters"
    ],
    "label_ids": [
        "5ac52cc6-9ac2-4aab-ab1a-fb240b4b224a"
    ],
    "release_date": "1967-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Considered one of the most recognizable protest songs against the Vietnam War, Country Joe McDonald said he wrote it in 30 minutes.\nhttps://www.countryjoe.com/howrag.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}