Information about plays

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

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

{
    "id": 3421705,
    "uri": "https://api.kexp.org/v2/plays/3421705/?format=api",
    "airdate": "2024-11-05T11:22:34-08:00",
    "show": 61770,
    "show_uri": "https://api.kexp.org/v2/shows/61770/?format=api",
    "image_uri": "https://ia600303.us.archive.org/30/items/mbid-5f077d5b-711e-37c7-93a4-c505e5b66f18/mbid-5f077d5b-711e-37c7-93a4-c505e5b66f18-18660912169_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/30/items/mbid-5f077d5b-711e-37c7-93a4-c505e5b66f18/mbid-5f077d5b-711e-37c7-93a4-c505e5b66f18-18660912169_thumb250.jpg",
    "song": "Rockin' in the Free World",
    "track_id": "74f21443-fb71-3275-9a7c-a9993748c43d",
    "recording_id": "083ee0c6-dc6e-4555-b537-64904ffe28f7",
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Weld",
    "release_id": "5f077d5b-711e-37c7-93a4-c505e5b66f18",
    "release_group_id": "f2b1df77-7c20-33cd-a953-24178d39a318",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1991-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Neil Young performing \"Rockin' in the Free World\" live in 2009 (and marvel at his guitar virtuosity): https://www.youtube.com/watch?v=411cTWwxFu8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}