Information about plays

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

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

{
    "id": 3421255,
    "uri": "https://api.kexp.org/v2/plays/3421255/?format=api",
    "airdate": "2024-11-04T08:38:39-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c9681b5-def1-4c28-9268-c4076a773a69/3393748836-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c9681b5-def1-4c28-9268-c4076a773a69/3393748836-250.jpg",
    "song": "My Definition of a Boombastic Jazz Style",
    "track_id": null,
    "recording_id": "783b3698-9744-4f08-a200-56f5b7161684",
    "artist": "Dream Warriors",
    "artist_ids": [
        "34d59c27-28cd-4715-9f6f-4b5d9f343c2a"
    ],
    "album": "And Now the Legacy Begins",
    "release_id": null,
    "release_group_id": "52ee0222-e0ec-3b52-b573-5ac2c5c905e6",
    "labels": [
        "4th & B’way"
    ],
    "label_ids": [
        "ff4cdd6e-e2e3-42e9-a733-c859ecf0331b"
    ],
    "release_date": "1991-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toronto hip hop duo King Lou & Capitol Q  (Dream Warriors) sampled Quincy Jones' 1962 \"Soul Bossa Nova,\"  which was also used as the theme music for the Austin Powers films and the television game show \"Definition\": https://vancouversignaturesounds.com/hits/my-definition-by-dream-warriors/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}