Information about plays

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

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

{
    "id": 3421330,
    "uri": "https://api.kexp.org/v2/plays/3421330/?format=api",
    "airdate": "2024-11-04T13:27:52-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://ia803207.us.archive.org/13/items/mbid-3c938496-d023-4a43-a218-fb2bceca8041/mbid-3c938496-d023-4a43-a218-fb2bceca8041-15442175208_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/13/items/mbid-3c938496-d023-4a43-a218-fb2bceca8041/mbid-3c938496-d023-4a43-a218-fb2bceca8041-15442175208_thumb250.jpg",
    "song": "Ain't We Funkin' Now",
    "track_id": "8c64ab85-cf62-3839-8ade-94af4ac44d1f",
    "recording_id": "7f4328b6-fa3c-461c-b615-3f413f72a8cc",
    "artist": "The Brothers Johnson",
    "artist_ids": [
        "cfb830a4-66ca-4d81-a099-033883b39ad8"
    ],
    "album": "Blam!!",
    "release_id": "3c938496-d023-4a43-a218-fb2bceca8041",
    "release_group_id": "4bba56f2-ebc4-3b96-a9d8-fd2147c560ea",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1978-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}