Information about plays

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

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

{
    "id": 3587012,
    "uri": "https://api.kexp.org/v2/plays/3587012/?format=api",
    "airdate": "2025-12-05T05:30:54-08:00",
    "show": 65292,
    "show_uri": "https://api.kexp.org/v2/shows/65292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mystify",
    "track_id": "5f8d2839-9ac3-4e16-9a6b-bf5abc483b63",
    "recording_id": "be7ebe7b-6277-4bad-8918-1a315d17214d",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Kick",
    "release_id": "2d50bb4c-756c-4336-a546-a6049cd9530f",
    "release_group_id": "ec6bc9d7-01e1-3d58-8e79-960611b26f44",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Mystify” was the is the fifth (!!) single from INXS' monster 1987 album, 'Kick'.\n\nThe official music video for the song \"Mystify\" begins with Michael Hutchence and Andrew Farriss \"composing' the song.: https://www.youtube.com/watch?v=26ELh7P2ZtA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}