Information about plays

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

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

{
    "id": 3421218,
    "uri": "https://api.kexp.org/v2/plays/3421218/?format=api",
    "airdate": "2024-11-04T06:08:31-08:00",
    "show": 61760,
    "show_uri": "https://api.kexp.org/v2/shows/61760/?format=api",
    "image_uri": "https://ia600102.us.archive.org/3/items/mbid-6c9b662e-29a3-4688-84b6-69e3d27c1978/mbid-6c9b662e-29a3-4688-84b6-69e3d27c1978-39941148037_thumb500.jpg",
    "thumbnail_uri": "https://ia600102.us.archive.org/3/items/mbid-6c9b662e-29a3-4688-84b6-69e3d27c1978/mbid-6c9b662e-29a3-4688-84b6-69e3d27c1978-39941148037_thumb250.jpg",
    "song": "To RockThe Mic",
    "track_id": "6919cb40-48e2-4e0b-818c-efe4cb38060f",
    "recording_id": "1a7b33ea-f239-4a0e-a064-d78407349b47",
    "artist": "MC Lyte",
    "artist_ids": [
        "fac552dc-55e5-498c-818a-c278f1e02a75"
    ],
    "album": "1 of 1",
    "release_id": "6c9b662e-29a3-4688-84b6-69e3d27c1978",
    "release_group_id": "5505b807-5401-45d0-954e-aac60dc7226b",
    "labels": [
        "My Block Inc."
    ],
    "label_ids": [
        "3a63a63e-1005-4d9e-91fa-133d4e8e6d56"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When making 1 of 1, we wanted to create a transition from To Rock The Mic into 1-5. Transitions give a deeper connection to a body of work, and this is one of my favorite aspects of the album!!\"\n\nhttps://www.instagram.com/mclyte/reel/DAT5ON7vt4s/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}