Information about plays

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

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

{
    "id": 3422335,
    "uri": "https://api.kexp.org/v2/plays/3422335/?format=api",
    "airdate": "2024-11-07T03:04:51-08:00",
    "show": 61784,
    "show_uri": "https://api.kexp.org/v2/shows/61784/?format=api",
    "image_uri": "https://coverartarchive.org/release/69874d28-0127-408a-a315-54b53a836a88/4574011290-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69874d28-0127-408a-a315-54b53a836a88/4574011290-250.jpg",
    "song": "Typical American",
    "track_id": null,
    "recording_id": "3d72e706-18ec-44e4-afe3-a1c97cee7074",
    "artist": "The Goats",
    "artist_ids": [
        "709c620b-c085-4c8c-a46b-ffc0ee8736d1"
    ],
    "album": "Tricks of the Shade",
    "release_id": null,
    "release_group_id": "15cdc423-3be6-355c-9c57-ba6b099fafdf",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}