Information about plays

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

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

{
    "id": 3575075,
    "uri": "https://api.kexp.org/v2/plays/3575075/?format=api",
    "airdate": "2025-11-07T09:50:16-08:00",
    "show": 65044,
    "show_uri": "https://api.kexp.org/v2/shows/65044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bang",
    "track_id": "e3892ef7-6704-4472-ac0e-a1ae85d9177a",
    "recording_id": "86201177-c172-411b-94cc-437171a5e088",
    "artist": "Melenas",
    "artist_ids": [
        "f3291ecb-af2b-457e-8f17-1913aca82cbc"
    ],
    "album": "Ahora",
    "release_id": "724a2cf8-9ffe-4e4d-9f5d-1725f763cb88",
    "release_group_id": "be5b66da-96cb-455a-aca2-dbbfad5e205d",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2023-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This terrific song was selected as a KEXP Song of the Day.  You can download it for free here: https://www.kexp.org/podcasts/song-of-the-day/2023/11/13/melenas-bang/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}