Information about plays

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

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

{
    "id": 3593503,
    "uri": "https://api.kexp.org/v2/plays/3593503/?format=api",
    "airdate": "2025-12-20T14:13:11-08:00",
    "show": 65430,
    "show_uri": "https://api.kexp.org/v2/shows/65430/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is What You Did",
    "track_id": "8f8299b8-ce79-417b-884b-9d8c6bd11d0d",
    "recording_id": "165aa05c-a9c7-4e80-8861-23134058ee69",
    "artist": "This Is the Kit",
    "artist_ids": [
        "c7a4dcf7-61f8-4126-bec8-3bfa3b18284a"
    ],
    "album": "Off Off On",
    "release_id": "7a1e0e46-4f36-420e-a721-695b82a6978e",
    "release_group_id": "9e8c4cb2-a9bd-4dfe-83ce-5a8c7dad35b1",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2020-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Is The Kit's Kate Stables November 2020 conversation and performance with DJ Morgan on our YouTube page. Check it out and subscribe! \n\nhttps://www.youtube.com/watch?v=dZac6v2af0M\n\nThis Is The Kit's Kate Stables November 2020 conversation and performance with DJ Morgan on our YouTube page. Check it out and subscribe! \n\nhttps://www.youtube.com/watch?v=dZac6v2af0M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}