Information about plays

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

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

{
    "id": 3594422,
    "uri": "https://api.kexp.org/v2/plays/3594422/?format=api",
    "airdate": "2025-12-22T09:57:13-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teach Your Children",
    "track_id": "5ed0d8f3-dd2a-3191-aac7-96b44e3ba6af",
    "recording_id": "545f36d4-9bbc-45a6-9ef9-48069a3c92c9",
    "artist": "Crosby, Stills, Nash & Young",
    "artist_ids": [
        "46a782ea-4308-476b-abd1-a91b197f3037"
    ],
    "album": "Déjà vu",
    "release_id": "3f1beb86-082a-4e7a-8974-ff6abc20f4b1",
    "release_group_id": "3412fd44-c6e6-3a3b-b91a-964a055192ec",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I wrote Teach Your Children because we have much to teach them. Conversely, I believe we as parents have much to learn from them as well. I think that Jeff Scher did a wonderful job of animating my lyrics and positioning the song in a contemporary setting.\" - Graham Nash (2018)\n\nWatch the official video here: https://www.youtube.com/watch?v=dQOaUnSmJr8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}