Information about plays

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

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

{
    "id": 3428308,
    "uri": "https://api.kexp.org/v2/plays/3428308/?format=api",
    "airdate": "2024-11-21T15:34:39-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/4eadb352-d094-483d-a23f-b5ceb7845d0f/15997717102-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4eadb352-d094-483d-a23f-b5ceb7845d0f/15997717102-250.jpg",
    "song": "If the Papes Come",
    "track_id": null,
    "recording_id": "f743bd9b-fa68-4863-bd90-f5ccb44cd1ef",
    "artist": "A Tribe Called Quest feat. Afrika Baby Bambaataa",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f",
        "362e74a6-8e40-4f4d-83b7-b78af062e241"
    ],
    "album": "Can I Kick It?",
    "release_id": null,
    "release_group_id": "e9aba4f0-630b-3f00-b20e-e612707cb516",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If the Papes Come\" sampled Lou Donaldson's \"Pot Belly, \" Jimi Hendrix's \"EXP,\" Slick Rick's \"Children's Story,\" and \"Spoonin Rap\" from Spoonie Gee.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}