Information about plays

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

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

{
    "id": 3421637,
    "uri": "https://api.kexp.org/v2/plays/3421637/?format=api",
    "airdate": "2024-11-05T07:42:19-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Election Day",
    "track_id": null,
    "recording_id": "8c327dd2-690e-45d0-b825-bfd78c8eb7f9",
    "artist": "Arcadia",
    "artist_ids": [
        "0f4e6cc8-8a38-4741-b344-9d388def0060"
    ],
    "album": "So Red the Rose",
    "release_id": null,
    "release_group_id": "28f062bc-4653-35eb-a7e4-f9b5cdd1d81a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1985-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning John,\nAlready a busy morning here – created my KEXP donor profile & got with my amplifier status!! I am certain you already have 600 hours of music planned, but would like to request Election Day by Arcadia. Such a cool track! Rock the VOTE.\n\nGracias,\nSpencer in Texas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}