Information about plays

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

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

{
    "id": 3554281,
    "uri": "https://api.kexp.org/v2/plays/3554281/?format=api",
    "airdate": "2025-09-17T18:18:33-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia801201.us.archive.org/9/items/mbid-1d5fb8e8-c643-40da-8239-d044f0caeb59/mbid-1d5fb8e8-c643-40da-8239-d044f0caeb59-7031540674_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-1d5fb8e8-c643-40da-8239-d044f0caeb59/mbid-1d5fb8e8-c643-40da-8239-d044f0caeb59-7031540674_thumb250.jpg",
    "song": "Goat Shepherd",
    "track_id": "9b1cad77-fa8b-450e-806c-72cd89c1ad1b",
    "recording_id": "3fa7cb37-69cf-4d3b-9ea1-aa680e573b6a",
    "artist": "Mirah",
    "artist_ids": [
        "e4c226f2-ba57-483f-be6b-3391112244b8"
    ],
    "album": "Changing Light",
    "release_id": "1d5fb8e8-c643-40da-8239-d044f0caeb59",
    "release_group_id": "5f53c8a7-1add-4bd6-9e97-246b3623164d",
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Mirah, American singer-songwriter and musician!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}