Information about plays

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

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

{
    "id": 3547243,
    "uri": "https://api.kexp.org/v2/plays/3547243/?format=api",
    "airdate": "2025-08-31T17:03:05-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://ia802905.us.archive.org/19/items/mbid-4a076008-4443-4452-a5ac-82df64d232f9/mbid-4a076008-4443-4452-a5ac-82df64d232f9-26005813487_thumb500.jpg",
    "thumbnail_uri": "https://ia902905.us.archive.org/19/items/mbid-4a076008-4443-4452-a5ac-82df64d232f9/mbid-4a076008-4443-4452-a5ac-82df64d232f9-26005813487_thumb250.jpg",
    "song": "You And Your Folks, Me And My Folks (Recorded at East West Studios)",
    "track_id": "2a564fa9-852d-428d-99eb-e5da923e87f7",
    "recording_id": "007ee82b-3f8e-4105-9812-8870786cd70e",
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Spotify Singles",
    "release_id": "487f5ed8-4883-441d-8d55-1207a5686fbe",
    "release_group_id": "f1c803f1-5168-4eb8-934c-7d9edc1db604",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2020-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funkadelic cover! https://www.brittanyhoward.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}