Information about plays

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

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

{
    "id": 3519385,
    "uri": "https://api.kexp.org/v2/plays/3519385/?format=api",
    "airdate": "2025-06-27T05:11:10-07:00",
    "show": 63848,
    "show_uri": "https://api.kexp.org/v2/shows/63848/?format=api",
    "image_uri": "https://ia801405.us.archive.org/6/items/mbid-6b091951-c709-4395-9c17-fbf90dcf54a3/mbid-6b091951-c709-4395-9c17-fbf90dcf54a3-39553977260_thumb500.jpg",
    "thumbnail_uri": "https://ia801405.us.archive.org/6/items/mbid-6b091951-c709-4395-9c17-fbf90dcf54a3/mbid-6b091951-c709-4395-9c17-fbf90dcf54a3-39553977260_thumb250.jpg",
    "song": "Apocalypse",
    "track_id": "4dfa0c38-c1a6-46b4-ae9e-2ccf03f34c73",
    "recording_id": "a847bc14-7d8e-4009-ae3c-e7b60ecc71d3",
    "artist": "Cigarettes After Sex",
    "artist_ids": [
        "34557d8f-ee4a-44ab-ae6e-49bb8ac604d0"
    ],
    "album": "Cigarettes After Sex",
    "release_id": "6b091951-c709-4395-9c17-fbf90dcf54a3",
    "release_group_id": "90a85020-515c-427e-9a59-5cc4dbcac0e3",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2017-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cigarettes After Sex came to the KEXP studio in 2017 for a wonderful live in-studio performance which included \"Apocalypse\".  Watch that entire session: https://www.youtube.com/watch?v=9ve_yc7ZE9A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}