Information about plays

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

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

{
    "id": 3438182,
    "uri": "https://api.kexp.org/v2/plays/3438182/?format=api",
    "airdate": "2024-12-14T22:35:12-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kitchen Floor",
    "track_id": null,
    "recording_id": "bf11fd03-492e-4a7c-93b3-4dde98ad9d2e",
    "artist": "Electrocutes",
    "artist_ids": [
        "9619c900-60cc-4700-a12b-efb5edd80dca"
    ],
    "album": "Steal Yer Lunch Money",
    "release_id": null,
    "release_group_id": "afcff44d-b6fa-3c46-ad02-d79c8e6e7de6",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Donnas before they were The Donnas!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}