Information about plays

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

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

{
    "id": 3421009,
    "uri": "https://api.kexp.org/v2/plays/3421009/?format=api",
    "airdate": "2024-11-03T19:09:15-08:00",
    "show": 61755,
    "show_uri": "https://api.kexp.org/v2/shows/61755/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3050b06-4d36-4b4d-b1c2-d2d171397d7a/15500035807-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3050b06-4d36-4b4d-b1c2-d2d171397d7a/15500035807-250.jpg",
    "song": "African Soul Power",
    "track_id": null,
    "recording_id": "0703dd4f-9f6f-4e9e-86a2-c00619daf4d1",
    "artist": "Basabasa Experience",
    "artist_ids": [
        "51f76478-6f54-454b-b949-b750dc5bbcf2"
    ],
    "album": "Together We Win",
    "release_id": null,
    "release_group_id": "3d952a14-c6ba-4789-b088-f3f4b5522c4d",
    "labels": [
        "Vintage Vaudou"
    ],
    "label_ids": [
        "a028d519-09ef-4fed-86f1-2cd9d5766e60"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Basabasa Experience released \"African Soul Power\" in 1979 on the album Together We Win.\nBasabasa Experience was a Nigerian band comprised of Amoa Azangio, Francis Awunyor Tey, Herman Asafo-Agyei, Jerry Lartey, John Nyaku, Joseph Nyaku, Nii Ayitey Ii, and Tobahoun Abalo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}