Information about plays

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

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

{
    "id": 3416865,
    "uri": "https://api.kexp.org/v2/plays/3416865/?format=api",
    "airdate": "2024-10-24T21:38:20-07:00",
    "show": 61663,
    "show_uri": "https://api.kexp.org/v2/shows/61663/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "'J' Blues 72",
    "track_id": null,
    "recording_id": "de2fd403-b5c1-4e26-a1dc-b903b5dc95a8",
    "artist": "Shin Joong Hyun",
    "artist_ids": [
        "c514eedb-5220-403f-b135-4482de90604a"
    ],
    "album": "Beautiful Rivers and Mountains: The Psychedelic Rock Sound of South Korea's Shin Joong Hyun 1958-1974",
    "release_id": null,
    "release_group_id": "14cb3f46-d0bc-4257-b3dc-eadfa2d5b54c",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2011-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shin Joong-hyun is a South Korean rock guitarist and singer-songwriter often referred to as Korea's \"Godfather of Rock.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}