Information about plays

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

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

{
    "id": 3588018,
    "uri": "https://api.kexp.org/v2/plays/3588018/?format=api",
    "airdate": "2025-12-07T10:44:07-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "https://ia801601.us.archive.org/13/items/mbid-f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec/mbid-f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec-10556248258_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/13/items/mbid-f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec/mbid-f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec-10556248258_thumb250.jpg",
    "song": "See Saw",
    "track_id": "dec5c496-41ae-4d9e-96cf-0fce50c1e246",
    "recording_id": "f4d8e8f1-b3f1-4627-bd47-d3f2ad2560b5",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Aretha Now",
    "release_id": "f5ebf6cf-830a-4f3e-ba83-e6f7bbfd5fec",
    "release_group_id": "b26d1ec6-2500-3ecf-9528-7bc5a360efbe",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Writer\n\nOriginally recorded by Don Covay and the Goodtimers, Aretha covered this song on 1968's \"Aretha Now\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}