Information about plays

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

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

{
    "id": 3519964,
    "uri": "https://api.kexp.org/v2/plays/3519964/?format=api",
    "airdate": "2025-06-28T14:18:46-07:00",
    "show": 63861,
    "show_uri": "https://api.kexp.org/v2/shows/63861/?format=api",
    "image_uri": "https://ia800409.us.archive.org/20/items/mbid-5e4e53f2-29ef-4ccb-87cc-d5e0ea9c42d1/mbid-5e4e53f2-29ef-4ccb-87cc-d5e0ea9c42d1-13873358959_thumb500.jpg",
    "thumbnail_uri": "https://ia600409.us.archive.org/20/items/mbid-5e4e53f2-29ef-4ccb-87cc-d5e0ea9c42d1/mbid-5e4e53f2-29ef-4ccb-87cc-d5e0ea9c42d1-13873358959_thumb250.jpg",
    "song": "I’m Every Woman",
    "track_id": "2b7e57b5-4cce-3691-bfe0-702e49b440f0",
    "recording_id": "9604f244-e6c6-4fab-9353-e633ed68dec2",
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "Chaka",
    "release_id": "5e4e53f2-29ef-4ccb-87cc-d5e0ea9c42d1",
    "release_group_id": "94c950c7-6d71-372e-90e1-75782b7478dc",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chaka's solo debut single from her debut album. Here's the video featuring five dancing Chakas! https://www.youtube.com/watch?v=DVDCNmdi7QI\n\nShe is touring parts of the US!\nhttps://chakakhan.com/events/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}