Information about plays

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

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

{
    "id": 3343734,
    "uri": "https://api.kexp.org/v2/plays/3343734/?format=api",
    "airdate": "2024-05-04T13:18:27-07:00",
    "show": 60123,
    "show_uri": "https://api.kexp.org/v2/shows/60123/?format=api",
    "image_uri": "https://ia902905.us.archive.org/21/items/mbid-e9cff0c0-929f-4e07-a0f0-3466374b157b/mbid-e9cff0c0-929f-4e07-a0f0-3466374b157b-20269402293_thumb500.jpg",
    "thumbnail_uri": "https://ia802905.us.archive.org/21/items/mbid-e9cff0c0-929f-4e07-a0f0-3466374b157b/mbid-e9cff0c0-929f-4e07-a0f0-3466374b157b-20269402293_thumb250.jpg",
    "song": "Happy Kid",
    "track_id": "6ab217f5-b29a-3b09-847e-d59d7d87a024",
    "recording_id": "096ed681-b7f3-4f5a-a07d-1e981de6a874",
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "Let Go",
    "release_id": "e9cff0c0-929f-4e07-a0f0-3466374b157b",
    "release_group_id": "40f527a1-e3cc-3a9b-90ed-43f2a6450365",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2003-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nada Surf performed \"Happy Kid\" in the KEXP studio in 2018: https://bit.ly/3uiNNez",
    "play_type": "trackplay"
}