Information about plays

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

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

{
    "id": 3428243,
    "uri": "https://api.kexp.org/v2/plays/3428243/?format=api",
    "airdate": "2024-11-21T11:27:38-08:00",
    "show": 61908,
    "show_uri": "https://api.kexp.org/v2/shows/61908/?format=api",
    "image_uri": "https://ia903206.us.archive.org/25/items/mbid-1009aa6b-ef78-44b6-8f94-3f18ce41cf2c/mbid-1009aa6b-ef78-44b6-8f94-3f18ce41cf2c-40451304340_thumb500.jpg",
    "thumbnail_uri": "https://ia903206.us.archive.org/25/items/mbid-1009aa6b-ef78-44b6-8f94-3f18ce41cf2c/mbid-1009aa6b-ef78-44b6-8f94-3f18ce41cf2c-40451304340_thumb250.jpg",
    "song": "Everybody Hurts",
    "track_id": "8dd07df9-8e4f-46bc-a648-d0411bc899d5",
    "recording_id": "baf48333-f7ba-40ab-ad77-4e716b5c80b2",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Everybody Hurts",
    "release_id": "1009aa6b-ef78-44b6-8f94-3f18ce41cf2c",
    "release_group_id": "6892643a-4ae6-435c-9e2a-4ea759f38d95",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2024-11-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just released this week, Al Green covers this classic by R.E.M. \n\n“Recording ‘Everybody Hurts,’ I could really feel the heaviness of the song and I wanted to inject a little touch of hope and light into it,” Green wrote on social media. “There’s always a presence of light that can break through those times of darkness.”\n\nhttps://www.billboard.com/music/music-news/al-green-releases-cover-of-rem-everybody-hurts-1235833827/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}