Information about plays

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

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

{
    "id": 3428122,
    "uri": "https://api.kexp.org/v2/plays/3428122/?format=api",
    "airdate": "2024-11-21T04:46:32-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b8e5f4c-1fd4-45d5-a296-0329badaeced/13837742734-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b8e5f4c-1fd4-45d5-a296-0329badaeced/13837742734-250.jpg",
    "song": "The Blind Leading the Blind",
    "track_id": null,
    "recording_id": "2f581cfa-4a84-495a-8518-303db080cac4",
    "artist": "Skin Yard",
    "artist_ids": [
        "0119843b-4d56-47b6-ac0d-11528259bf0a"
    ],
    "album": "Skin Yard",
    "release_id": null,
    "release_group_id": "38555072-2ce1-35d3-8bfa-b7d529dff796",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}