Information about plays

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

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

{
    "id": 3440867,
    "uri": "https://api.kexp.org/v2/plays/3440867/?format=api",
    "airdate": "2024-12-21T12:43:49-08:00",
    "show": 62170,
    "show_uri": "https://api.kexp.org/v2/shows/62170/?format=api",
    "image_uri": "https://ia800505.us.archive.org/31/items/mbid-d2383e90-cfe8-3a66-bc7d-88f402eb2c41/mbid-d2383e90-cfe8-3a66-bc7d-88f402eb2c41-14244886137_thumb500.jpg",
    "thumbnail_uri": "https://ia600505.us.archive.org/31/items/mbid-d2383e90-cfe8-3a66-bc7d-88f402eb2c41/mbid-d2383e90-cfe8-3a66-bc7d-88f402eb2c41-14244886137_thumb250.jpg",
    "song": "You Gots 2 Chill",
    "track_id": "ec386e90-33fa-37d4-9f44-71fc730838b6",
    "recording_id": "1ed180cd-59fc-4220-8358-ecb0909dc643",
    "artist": "EPMD",
    "artist_ids": [
        "4fa39dc8-c695-4e0e-ba04-92c63d99c9f9"
    ],
    "album": "Out of Business",
    "release_id": "d2383e90-cfe8-3a66-bc7d-88f402eb2c41",
    "release_group_id": "86164656-2539-37e9-a06b-bb958fea470b",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1999-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}