Information about plays

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

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

{
    "id": 3560921,
    "uri": "https://api.kexp.org/v2/plays/3560921/?format=api",
    "airdate": "2025-10-03T16:45:48-07:00",
    "show": 64735,
    "show_uri": "https://api.kexp.org/v2/shows/64735/?format=api",
    "image_uri": "https://ia904605.us.archive.org/11/items/mbid-83efe2a2-f6c7-379b-942f-dfa409463014/mbid-83efe2a2-f6c7-379b-942f-dfa409463014-17153879747_thumb500.jpg",
    "thumbnail_uri": "https://ia904605.us.archive.org/11/items/mbid-83efe2a2-f6c7-379b-942f-dfa409463014/mbid-83efe2a2-f6c7-379b-942f-dfa409463014-17153879747_thumb250.jpg",
    "song": "Interzone",
    "track_id": "a8d3e49d-f575-3198-9c45-a68b5a01bb29",
    "recording_id": "f2bbc062-2387-41fd-b079-2ecd7e5b3ca6",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Unknown Pleasures",
    "release_id": "83efe2a2-f6c7-379b-942f-dfa409463014",
    "release_group_id": "42352def-1aab-3000-b548-895ebd869cb6",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating some of Kevin Cole's favorite albums!\n\nThis song began as a cover of a single by LA soul singer Nolan Porter; the band evolved it into their own track, \"Interzone\" - https://tinyurl.com/rsa22m2u",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}