Information about plays

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

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

{
    "id": 3550045,
    "uri": "https://api.kexp.org/v2/plays/3550045/?format=api",
    "airdate": "2025-09-07T13:02:02-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://dn720708.ca.archive.org/0/items/mbid-dfc42616-e53e-49e4-bf25-8d7540979779/mbid-dfc42616-e53e-49e4-bf25-8d7540979779-23974093642_thumb500.jpg",
    "thumbnail_uri": "https://dn720708.ca.archive.org/0/items/mbid-dfc42616-e53e-49e4-bf25-8d7540979779/mbid-dfc42616-e53e-49e4-bf25-8d7540979779-23974093642_thumb250.jpg",
    "song": "Too Much Money",
    "track_id": "34d905d5-069f-4a15-a7b6-e854041667a7",
    "recording_id": "d7a839d4-ffd5-428e-b221-a9d82a7f1b0a",
    "artist": "Automatic",
    "artist_ids": [
        "82cc822d-04d8-4e43-b091-da16ef1131e2"
    ],
    "album": "Signal",
    "release_id": "dfc42616-e53e-49e4-bf25-8d7540979779",
    "release_group_id": "21e8e0c4-c28b-4860-b63b-fb12adbb9266",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Sending out to Mike in Hudson Valley!\n\nhttps://automatic-band.bandcamp.com/album/signal\nhttps://automatic.band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}