Information about plays

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

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

{
    "id": 3422521,
    "uri": "https://api.kexp.org/v2/plays/3422521/?format=api",
    "airdate": "2024-11-07T13:40:07-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "https://ia801900.us.archive.org/31/items/mbid-de97f4aa-e670-3d59-ba99-2533c14e6a4e/mbid-de97f4aa-e670-3d59-ba99-2533c14e6a4e-3627164645_thumb500.jpg",
    "thumbnail_uri": "https://ia601900.us.archive.org/31/items/mbid-de97f4aa-e670-3d59-ba99-2533c14e6a4e/mbid-de97f4aa-e670-3d59-ba99-2533c14e6a4e-3627164645_thumb250.jpg",
    "song": "Newjack",
    "track_id": "ce4944c0-f5a0-32ab-b700-c162caab2bd5",
    "recording_id": "b63614d4-cea7-4cb3-85e6-047a1e60735f",
    "artist": "Justice",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "✝",
    "release_id": "de97f4aa-e670-3d59-ba99-2533c14e6a4e",
    "release_group_id": "867d4882-4e8e-3acd-8134-66f19bcca915",
    "labels": [
        "Ed Banger Records"
    ],
    "label_ids": [
        "9cdc4159-ec50-47f0-a7a2-e107618d5246"
    ],
    "release_date": "2007-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Newjack\" by Justice sampled The Brothers Johnson's \"You Make Me Wanna Wiggle\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}