Information about plays

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

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

{
    "id": 3412996,
    "uri": "https://api.kexp.org/v2/plays/3412996/?format=api",
    "airdate": "2024-10-15T13:53:58-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Change Your Ways",
    "track_id": "1817c380-e4dc-46fa-9358-3549e9d1852f",
    "recording_id": "7ea60510-356a-49ca-a7a6-cb3853981eba",
    "artist": "MC Lyte feat. Stevie Wonder & Common",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e",
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "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": "New music from legendary rapper MC Lyte featuring Common and Stevie Wonder.\n\nCheck out an interview with MC Lyte here:\nhttps://youtu.be/JmmFPfk_e-4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}