Information about plays

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

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

{
    "id": 3519425,
    "uri": "https://api.kexp.org/v2/plays/3519425/?format=api",
    "airdate": "2025-06-27T07:29:23-07:00",
    "show": 63849,
    "show_uri": "https://api.kexp.org/v2/shows/63849/?format=api",
    "image_uri": "https://ia801207.us.archive.org/2/items/mbid-402352dc-85ff-4b51-a3de-09efbad9a7d3/mbid-402352dc-85ff-4b51-a3de-09efbad9a7d3-16912699001_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/2/items/mbid-402352dc-85ff-4b51-a3de-09efbad9a7d3/mbid-402352dc-85ff-4b51-a3de-09efbad9a7d3-16912699001_thumb250.jpg",
    "song": "Carry On",
    "track_id": "cc4d9734-4087-3216-b537-246758e8e524",
    "recording_id": "34786ae6-45a8-47c0-b14e-a6620a3016cb",
    "artist": "Crosby, Stills, Nash & Young",
    "artist_ids": [
        "46a782ea-4308-476b-abd1-a91b197f3037"
    ],
    "album": "Déjà vu",
    "release_id": "402352dc-85ff-4b51-a3de-09efbad9a7d3",
    "release_group_id": "3412fd44-c6e6-3a3b-b91a-964a055192ec",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1970-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of harmonies... watch this live performance: https://www.youtube.com/watch?v=2NJqyQ0b5tw\n---\nHere's a lesson on the vocal harmony in this song: https://www.youtube.com/watch?v=Cb7NLUerOh4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}