Information about plays

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

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

{
    "id": 3573210,
    "uri": "https://api.kexp.org/v2/plays/3573210/?format=api",
    "airdate": "2025-11-02T18:47:10-08:00",
    "show": 65006,
    "show_uri": "https://api.kexp.org/v2/shows/65006/?format=api",
    "image_uri": "https://coverartarchive.org/release/7676acab-361b-4754-8ced-2530b46cb564/20342872677-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7676acab-361b-4754-8ced-2530b46cb564/20342872677-250.jpg",
    "song": "Stand Up",
    "track_id": null,
    "recording_id": "eb9b90fb-3668-404b-a4fc-0e36be286b95",
    "artist": "Atlantic Starr",
    "artist_ids": [
        "d793cf63-a10c-48fc-809c-9064d71328da"
    ],
    "album": "Atlantic Starr",
    "release_id": null,
    "release_group_id": "fb43cceb-f9b6-414e-824a-6a79c5009c60",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1978-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atlantic Starr released \"Stand Up\" on their self-titled album with A&M Records in 1978.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}