Information about plays

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

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

{
    "id": 3521550,
    "uri": "https://api.kexp.org/v2/plays/3521550/?format=api",
    "airdate": "2025-07-02T06:51:13-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "https://ia801209.us.archive.org/7/items/mbid-e470249c-66e3-4565-a0cd-6b052bde709e/mbid-e470249c-66e3-4565-a0cd-6b052bde709e-12414410936_thumb500.jpg",
    "thumbnail_uri": "https://ia801209.us.archive.org/7/items/mbid-e470249c-66e3-4565-a0cd-6b052bde709e/mbid-e470249c-66e3-4565-a0cd-6b052bde709e-12414410936_thumb250.jpg",
    "song": "Mr. Blue Sky",
    "track_id": "cb4c416c-4042-394e-a301-663cce80f339",
    "recording_id": "6e33056b-2a34-4ed0-b49c-f7a8ae2c5bcc",
    "artist": "Electric Light Orchestra",
    "artist_ids": [
        "0c502791-4ee9-4c5f-9696-0602b721ff3b"
    ],
    "album": "Out of the Blue",
    "release_id": "b8971f09-9ef4-4d96-b0d9-ea1ffaa031a7",
    "release_group_id": "a720436f-9c8e-439a-a147-18e83441edab",
    "labels": [
        "Jet Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed"
    ],
    "release_date": "1977-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Lisa!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}