Information about plays

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

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

{
    "id": 3343742,
    "uri": "https://api.kexp.org/v2/plays/3343742/?format=api",
    "airdate": "2024-05-04T13:48:23-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia801306.us.archive.org/15/items/mbid-62de7def-ebab-4f34-8c54-a42309f0b15e/mbid-62de7def-ebab-4f34-8c54-a42309f0b15e-37928947050_thumb500.jpg",
    "thumbnail_uri": "https://ia601306.us.archive.org/15/items/mbid-62de7def-ebab-4f34-8c54-a42309f0b15e/mbid-62de7def-ebab-4f34-8c54-a42309f0b15e-37928947050_thumb250.jpg",
    "song": "Fire",
    "track_id": "c265e0eb-8246-4580-a573-9bdc732166a5",
    "recording_id": "5e7f6b0c-9746-4e40-a924-17ed43316b4c",
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "Pull the Rope",
    "release_id": "62de7def-ebab-4f34-8c54-a42309f0b15e",
    "release_group_id": "d1b914ac-df17-4192-b4e0-6cbb412f22f9",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-05-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Ibibio Sound Machine's new album Pull the Rope!\n\nhttps://ibibiosoundmachine.com/",
    "play_type": "trackplay"
}