Information about plays

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

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

{
    "id": 3428151,
    "uri": "https://api.kexp.org/v2/plays/3428151/?format=api",
    "airdate": "2024-11-21T06:31:42-08:00",
    "show": 61906,
    "show_uri": "https://api.kexp.org/v2/shows/61906/?format=api",
    "image_uri": "https://ia800200.us.archive.org/22/items/mbid-168058a2-2bef-4252-9b6a-b7b4d139bc1b/mbid-168058a2-2bef-4252-9b6a-b7b4d139bc1b-8008947609_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/22/items/mbid-168058a2-2bef-4252-9b6a-b7b4d139bc1b/mbid-168058a2-2bef-4252-9b6a-b7b4d139bc1b-8008947609_thumb250.jpg",
    "song": "New Year's Day",
    "track_id": "5e29594c-1d2c-31c0-952f-f998b98879bb",
    "recording_id": "6e9f6696-2617-4503-abc2-b93b38daa42f",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Under a Blood Red Sky",
    "release_id": "168058a2-2bef-4252-9b6a-b7b4d139bc1b",
    "release_group_id": "880334fc-8365-36b9-b212-6cafa92879e5",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1983-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1983 U2 released this live album \"Under A Blood Red Sky\". ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}