Information about plays

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

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

{
    "id": 3501301,
    "uri": "https://api.kexp.org/v2/plays/3501301/?format=api",
    "airdate": "2025-05-14T14:16:08-07:00",
    "show": 63459,
    "show_uri": "https://api.kexp.org/v2/shows/63459/?format=api",
    "image_uri": "https://ia903202.us.archive.org/27/items/mbid-4283db24-4ab4-4f24-91c6-57e7ac343ea2/mbid-4283db24-4ab4-4f24-91c6-57e7ac343ea2-4108775682_thumb500.jpg",
    "thumbnail_uri": "https://ia903202.us.archive.org/27/items/mbid-4283db24-4ab4-4f24-91c6-57e7ac343ea2/mbid-4283db24-4ab4-4f24-91c6-57e7ac343ea2-4108775682_thumb250.jpg",
    "song": "Worship You",
    "track_id": "bb7878ee-8459-4991-b1fc-a81d1a54ce3d",
    "recording_id": "27cd8b84-b30b-451d-8974-73573af21743",
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Modern Vampires of the City",
    "release_id": "4283db24-4ab4-4f24-91c6-57e7ac343ea2",
    "release_group_id": "eb143c5a-9a85-4bce-a78c-f7faf72c0169",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2013-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was released on this date in 2013.\n--\nEnter KEXP's Outside Lands Flyaway to win tickets to the Outside Lands Festival in Golden Gate Park in SF, August 8th-10th (Vampire Weekend will be there!): https://www.kexp.org/outsidelands-flyaway-contest/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}