Information about plays

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

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

{
    "id": 3608987,
    "uri": "https://api.kexp.org/v2/plays/3608987/?format=api",
    "airdate": "2026-01-25T13:57:42-08:00",
    "show": 65752,
    "show_uri": "https://api.kexp.org/v2/shows/65752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Roll It",
    "track_id": "a5fb3732-eb7f-3457-a983-58eea744967f",
    "recording_id": "01f610a3-7667-431e-93b4-7632d9f3ef1b",
    "artist": "Paul McCartney & Wings",
    "artist_ids": [
        "d922d727-240a-4432-9a88-05a7cf9bc403"
    ],
    "album": "Band on the Run",
    "release_id": "1512a739-e79b-385e-a310-1999ad42b294",
    "release_group_id": "2b678170-1c4e-3e61-b18c-f889fc1537b3",
    "labels": [
        "Hear Music"
    ],
    "label_ids": [
        "dd3af2fc-d94b-44f0-8aa3-78c5d3246001"
    ],
    "release_date": "2010-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Paul McCartney's third studio album by Paul McCartney and Wings, and McCartney's fifth album after leaving the Beatles.\n\nhttps://www.paulmccartney.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}