Information about plays

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

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

{
    "id": 3428115,
    "uri": "https://api.kexp.org/v2/plays/3428115/?format=api",
    "airdate": "2024-11-21T04:27:58-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia802800.us.archive.org/35/items/mbid-9df2807e-e1b8-4056-9c90-7cc84442d264/mbid-9df2807e-e1b8-4056-9c90-7cc84442d264-6068314819_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/35/items/mbid-9df2807e-e1b8-4056-9c90-7cc84442d264/mbid-9df2807e-e1b8-4056-9c90-7cc84442d264-6068314819_thumb250.jpg",
    "song": "I’m Gonna Sleep With One Eye Open",
    "track_id": "030032cc-23f6-3891-b392-7c7964147969",
    "recording_id": "3970bee3-4c14-4f15-b13f-8072423837f1",
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "The Grass Is Blue",
    "release_id": "9df2807e-e1b8-4056-9c90-7cc84442d264",
    "release_group_id": "3f57d8ab-12e1-374f-83d7-df4f202893df",
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [
        "afa6382b-5e0a-43e1-9607-6e12abadf387"
    ],
    "release_date": "1999-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}