Information about plays

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

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

{
    "id": 3550900,
    "uri": "https://api.kexp.org/v2/plays/3550900/?format=api",
    "airdate": "2025-09-09T14:27:49-07:00",
    "show": 64518,
    "show_uri": "https://api.kexp.org/v2/shows/64518/?format=api",
    "image_uri": "https://ia600208.us.archive.org/31/items/mbid-252dc472-62c7-43d7-af4b-dfea71cda051/mbid-252dc472-62c7-43d7-af4b-dfea71cda051-39703194400_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/31/items/mbid-252dc472-62c7-43d7-af4b-dfea71cda051/mbid-252dc472-62c7-43d7-af4b-dfea71cda051-39703194400_thumb250.jpg",
    "song": "Raspberry Beret",
    "track_id": "9d610466-9042-3554-8238-e914ec10b17a",
    "recording_id": "f81427df-b2dc-464e-a8ec-b8030074501f",
    "artist": "Prince and The Revolution",
    "artist_ids": [
        "4c8ead39-b9df-4c56-a27c-51bc049cfd48",
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Around the World in a Day",
    "release_id": "252dc472-62c7-43d7-af4b-dfea71cda051",
    "release_group_id": "10b61b06-5cd5-39ef-976e-aba8bc4fb51d",
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"And if it was warm she wouldn't wear much more\nRaspberry beret\nI think I love her...\"\n---\nDid you know that the Foo Fighters' Pat Smear appears in the video?: https://www.youtube.com/watch?v=l7vRSu_wsNc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}