Information about plays

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

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

{
    "id": 3509555,
    "uri": "https://api.kexp.org/v2/plays/3509555/?format=api",
    "airdate": "2025-06-03T05:07:56-07:00",
    "show": 63633,
    "show_uri": "https://api.kexp.org/v2/shows/63633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Let Me Go",
    "track_id": "8fc57d50-2e97-4fa5-bbaa-a8b68273bc03",
    "recording_id": "ab9fdbc2-0878-4407-92a8-a0757c49ea15",
    "artist": "The Devil and Her Chauffeur",
    "artist_ids": [
        "80cfd3fc-d5cc-4002-b1c3-8f55e69c9548"
    ],
    "album": "Never Let Me Go",
    "release_id": "a20ef3b5-8b5e-41ff-ae65-43b34b16f2c5",
    "release_group_id": "cc249814-a5a1-4bcd-9ecd-675b28fa87be",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-12-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own shoegaze/indie/post-Rock duo, The Devil and Her Chauffeur features Jacqueline Kasbohm from Echodrone (vocals, guitar, bass, synths), Daniel Deiters (guitars), Tosh Endres (guitars).\n==\nthedevilandherchauffeur.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}