Information about plays

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

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

{
    "id": 3343721,
    "uri": "https://api.kexp.org/v2/plays/3343721/?format=api",
    "airdate": "2024-05-04T12:29:52-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia801305.us.archive.org/26/items/mbid-4a2f6585-5c57-3e53-8652-e87d9a1e9864/mbid-4a2f6585-5c57-3e53-8652-e87d9a1e9864-12662364132_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/26/items/mbid-4a2f6585-5c57-3e53-8652-e87d9a1e9864/mbid-4a2f6585-5c57-3e53-8652-e87d9a1e9864-12662364132_thumb250.jpg",
    "song": "Birthday",
    "track_id": "4539ba1a-12e4-35d3-8ee2-ac727f2252df",
    "recording_id": "f66dec24-f89e-462e-90c8-de4696041421",
    "artist": "The Sugarcubes",
    "artist_ids": [
        "95303251-46d5-4239-89c8-eaf0b0947a11"
    ],
    "album": "Life’s Too Good",
    "release_id": "4a2f6585-5c57-3e53-8652-e87d9a1e9864",
    "release_group_id": "972b3962-49dc-3bbc-ab11-c6b8f7f0838b",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Birthday\" is off of The Sugarcubes' 1988 debut album, 'Life's Too Good.'\n\nWatch the music video here: https://www.youtube.com/watch?v=qQPm5wqMScE",
    "play_type": "trackplay"
}