Information about plays

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

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

{
    "id": 3574068,
    "uri": "https://api.kexp.org/v2/plays/3574068/?format=api",
    "airdate": "2025-11-04T22:18:07-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New York Groove",
    "track_id": "abe6f219-7476-4905-970b-b352503ad3ef",
    "recording_id": "2fb8c627-4368-4b29-ba35-18bcc808e27a",
    "artist": "Ace Frehley",
    "artist_ids": [
        "33d700ce-064f-44f6-ab9e-60f9eed0fca1"
    ],
    "album": "Ace Frehley",
    "release_id": "43147e58-bda8-409c-98c0-26913f02b83d",
    "release_group_id": "30a17c90-6537-3cbb-8458-fe8e90933210",
    "labels": [
        "Casablanca Record and FilmWorks"
    ],
    "label_ids": [
        "68be9da2-16a7-4617-8444-b2b763683cf2"
    ],
    "release_date": "1978-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to all my NYC friends",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}