Information about plays

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

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

{
    "id": 3420616,
    "uri": "https://api.kexp.org/v2/plays/3420616/?format=api",
    "airdate": "2024-11-02T20:57:16-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "https://ia601005.us.archive.org/29/items/mbid-ee3dc88a-6d16-4626-a792-60de6e827e5d/mbid-ee3dc88a-6d16-4626-a792-60de6e827e5d-23861028569_thumb500.jpg",
    "thumbnail_uri": "https://ia801005.us.archive.org/29/items/mbid-ee3dc88a-6d16-4626-a792-60de6e827e5d/mbid-ee3dc88a-6d16-4626-a792-60de6e827e5d-23861028569_thumb250.jpg",
    "song": "Out of Focus",
    "track_id": "38c10872-4688-3f39-957a-25a1cd00a7cc",
    "recording_id": "bf43e22c-1d49-40a6-9748-4d2943886dd0",
    "artist": "Love Battery",
    "artist_ids": [
        "20fa3e73-7ac4-4550-b9f5-6ac8c523bda5"
    ],
    "album": "Dayglo",
    "release_id": "ee3dc88a-6d16-4626-a792-60de6e827e5d",
    "release_group_id": "90edf161-3af5-3a08-8076-8bedc1cd47e7",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Love Battery was formed in 1989 by former rock band Room Nine leader Ron Nine (b. Ron Rudzitis), guitarist Kevin Whitworth (ex-Crisis Party), bassist Tommy \"Bonehead\" Simpson (also ex-Crisis Party) and rock band Mudhoney drummer Dan Peters. Their name came from a song of the same name by British punk band the Buzzcocks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}