Information about plays

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

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

{
    "id": 3421840,
    "uri": "https://api.kexp.org/v2/plays/3421840/?format=api",
    "airdate": "2024-11-05T20:25:36-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd2f6864-b676-4070-b9b9-3dfbed70d0f8/33022073760-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd2f6864-b676-4070-b9b9-3dfbed70d0f8/33022073760-250.jpg",
    "song": "African We Go Go",
    "track_id": null,
    "recording_id": "ed034903-151d-44ad-b4bc-f4e596a9b9c9",
    "artist": "Osibisa",
    "artist_ids": [
        "b1355867-16a1-4863-ae3b-6a8be122eaaa"
    ],
    "album": "Africa We Go Go",
    "release_id": null,
    "release_group_id": "1fefddfd-861e-3332-81a5-15f8987c82ad",
    "labels": [
        "Soundwings"
    ],
    "label_ids": [
        "5c3bb888-3310-433e-a801-68d5fdc0f37b"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's the Ghanaian Afro-Rock band Osibisa, per their YouTube, \"their music is a fusion of African, Caribbean, jazz, funk, rock, Latin, and R&B and highlife.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}