Information about plays

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

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

{
    "id": 3500664,
    "uri": "https://api.kexp.org/v2/plays/3500664/?format=api",
    "airdate": "2025-05-13T02:43:19-07:00",
    "show": 63447,
    "show_uri": "https://api.kexp.org/v2/shows/63447/?format=api",
    "image_uri": "https://ia801904.us.archive.org/9/items/mbid-7136fbb4-e636-49bb-a9b5-4e7064f52ec8/mbid-7136fbb4-e636-49bb-a9b5-4e7064f52ec8-39482873448_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/9/items/mbid-7136fbb4-e636-49bb-a9b5-4e7064f52ec8/mbid-7136fbb4-e636-49bb-a9b5-4e7064f52ec8-39482873448_thumb250.jpg",
    "song": "Street Fighter",
    "track_id": "bc1ea0aa-64df-4d6c-aa4e-57e9dd859035",
    "recording_id": "927adb36-89e4-418c-8071-f5339e7cc614",
    "artist": "Pom Pom Squad",
    "artist_ids": [
        "4c33904b-1c93-4f63-bb23-69d3544eaf77"
    ],
    "album": "Mirror Starts Moving Without Me",
    "release_id": "7136fbb4-e636-49bb-a9b5-4e7064f52ec8",
    "release_group_id": "4cd9b437-b9c6-4aa7-a258-d3d3dd04805c",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2024-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}