Information about plays

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

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

{
    "id": 3428303,
    "uri": "https://api.kexp.org/v2/plays/3428303/?format=api",
    "airdate": "2024-11-21T15:21:06-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0081d84-1935-4d30-9119-952661e66bab/22091628717-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0081d84-1935-4d30-9119-952661e66bab/22091628717-250.jpg",
    "song": "One More Chance (Hip Hop radio edit)",
    "track_id": null,
    "recording_id": "3c982be7-12b9-44c8-86f6-01eeeceb46be",
    "artist": "Notorious BIG",
    "artist_ids": [],
    "album": "One More Chance",
    "release_id": null,
    "release_group_id": "b6c5500a-476f-3d33-8451-ef4f93183d62",
    "labels": [
        "Bad Boy Entertainment"
    ],
    "label_ids": [
        "635b9d63-05c1-46ff-a577-0ce030e6e84b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Notorious BIG  directly sampled the hook from the hip-hop version of Marley Marl's \"Droppin' Science,\" which sampled Lou Donaldson\"s \"Who's Making Love.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}