Information about plays

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

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

{
    "id": 3501281,
    "uri": "https://api.kexp.org/v2/plays/3501281/?format=api",
    "airdate": "2025-05-14T13:24:42-07:00",
    "show": 63459,
    "show_uri": "https://api.kexp.org/v2/shows/63459/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-182b5683-461c-437b-b154-52e208eab62b/mbid-182b5683-461c-437b-b154-52e208eab62b-41895813591_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-182b5683-461c-437b-b154-52e208eab62b/mbid-182b5683-461c-437b-b154-52e208eab62b-41895813591_thumb250.jpg",
    "song": "The Way I Love You",
    "track_id": "ac05f7c0-475a-4d53-aeba-9ad8248e1ffd",
    "recording_id": "3afc91a7-7a67-4c16-ad10-cf545f9f3fbf",
    "artist": "Jorja Smith",
    "artist_ids": [
        "d62614aa-ef2c-44cd-8a7b-91292755a1d0"
    ],
    "album": "The Way I Love You",
    "release_id": "182b5683-461c-437b-b154-52e208eab62b",
    "release_group_id": "9403ebe6-3418-4082-9ba9-6099bbebced4",
    "labels": [
        "FAMM"
    ],
    "label_ids": [
        "9a329170-2d70-4a4f-ab94-d0e572fda4d8"
    ],
    "release_date": "2025-05-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jorja Smith is playing The Paramount Theatre in Seattle on Friday, August 8th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}