Information about plays

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

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

{
    "id": 3343739,
    "uri": "https://api.kexp.org/v2/plays/3343739/?format=api",
    "airdate": "2024-05-04T13:37:06-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia800306.us.archive.org/22/items/mbid-7741cc2f-493f-4410-b60b-5fd3e80b72a4/mbid-7741cc2f-493f-4410-b60b-5fd3e80b72a4-38635367613_thumb500.jpg",
    "thumbnail_uri": "https://ia800306.us.archive.org/22/items/mbid-7741cc2f-493f-4410-b60b-5fd3e80b72a4/mbid-7741cc2f-493f-4410-b60b-5fd3e80b72a4-38635367613_thumb250.jpg",
    "song": "Well Alright",
    "track_id": "b0fe76af-b58e-4185-8374-fd76722ee9f5",
    "recording_id": "4505499b-5b74-4c49-80d3-47b78b565fb8",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Songwriter",
    "release_id": "7741cc2f-493f-4410-b60b-5fd3e80b72a4",
    "release_group_id": "7534d959-215f-42b8-b4db-9d66c39962e8",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "2024-06-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Previously unreleased song from Johnny Cash. Recorded in 1993 the album of demos will be released June 28th.",
    "play_type": "trackplay"
}