Information about plays

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

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

{
    "id": 3501145,
    "uri": "https://api.kexp.org/v2/plays/3501145/?format=api",
    "airdate": "2025-05-14T05:28:04-07:00",
    "show": 63456,
    "show_uri": "https://api.kexp.org/v2/shows/63456/?format=api",
    "image_uri": "https://ia600700.us.archive.org/2/items/mbid-0d8e5bb3-b9cf-41da-bfc7-1472a5bd9825/mbid-0d8e5bb3-b9cf-41da-bfc7-1472a5bd9825-21330037523_thumb500.jpg",
    "thumbnail_uri": "https://ia800700.us.archive.org/2/items/mbid-0d8e5bb3-b9cf-41da-bfc7-1472a5bd9825/mbid-0d8e5bb3-b9cf-41da-bfc7-1472a5bd9825-21330037523_thumb250.jpg",
    "song": "Beautiful Resistance",
    "track_id": "1f2d2a19-795c-42af-9a23-8d7438ba4938",
    "recording_id": "fd028167-5e2d-4cb3-877d-de7bf36d089e",
    "artist": "Mystic",
    "artist_ids": [
        "0e486177-8b57-4746-b082-481a08d94d9c"
    ],
    "album": "Beautiful Resistance",
    "release_id": "0d8e5bb3-b9cf-41da-bfc7-1472a5bd9825",
    "release_group_id": "23c6f8d1-6d1b-4e76-ba1b-f232d22a6dcc",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"i belong to you and you belong to me, we can’t make it through what we’re going through without each other\"\n__\nFind this second album from the Oakland artist, released 13 years after her debut, here: https://thatgirlmystic.bandcamp.com/album/beautiful-resistance",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}