Information about plays

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

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

{
    "id": 3562661,
    "uri": "https://api.kexp.org/v2/plays/3562661/?format=api",
    "airdate": "2025-10-08T10:29:07-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "https://ia801601.us.archive.org/16/items/mbid-2ccd44d0-ab85-3c37-ad00-26317045243e/mbid-2ccd44d0-ab85-3c37-ad00-26317045243e-1397926379_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/16/items/mbid-2ccd44d0-ab85-3c37-ad00-26317045243e/mbid-2ccd44d0-ab85-3c37-ad00-26317045243e-1397926379_thumb250.jpg",
    "song": "Free Man in Paris",
    "track_id": "03bd95dc-f64d-379a-914c-9d4cc6ae7a87",
    "recording_id": "85dff2ff-a617-450e-aa7e-a73ff636b0b4",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Court and Spark",
    "release_id": "2ccd44d0-ab85-3c37-ad00-26317045243e",
    "release_group_id": "3bd19e28-698e-3b7e-a8ec-f872bf001651",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1983-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#328\n\nBoth David Crosby and Graham Nash contributed backing vocals on this track. Court and Spark Asylum was originally released in 1974. It was Mitchell's sixth studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}