Information about plays

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

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

{
    "id": 3421329,
    "uri": "https://api.kexp.org/v2/plays/3421329/?format=api",
    "airdate": "2024-11-04T13:24:57-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/472f4ece-d74c-4cf7-a642-cfcb0d4f5696/4642187855-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/472f4ece-d74c-4cf7-a642-cfcb0d4f5696/4642187855-250.jpg",
    "song": "You Can’t Win",
    "track_id": null,
    "recording_id": "2c580988-e336-4c1c-9590-7235a82ce785",
    "artist": "Michael Jackson",
    "artist_ids": [
        "f27ec8db-af05-4f36-916e-3d57f91ecf5e"
    ],
    "album": "The Wiz",
    "release_id": null,
    "release_group_id": "ab05542d-7362-307d-b63b-3ed3bcb43113",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1978-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}