Information about plays

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

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

{
    "id": 3422420,
    "uri": "https://api.kexp.org/v2/plays/3422420/?format=api",
    "airdate": "2024-11-07T07:34:00-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia801509.us.archive.org/26/items/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75-6920010789_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/26/items/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75/mbid-0892f965-4ba7-300e-a0dc-88e036d2db75-6920010789_thumb250.jpg",
    "song": "Heart of Gold",
    "track_id": "4c3e4916-829a-36d8-b037-dffd228b6c45",
    "recording_id": "e832b734-62e9-4eb7-84f8-0951f39e719e",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Harvest",
    "release_id": "0892f965-4ba7-300e-a0dc-88e036d2db75",
    "release_group_id": "b25419cf-71bf-3a54-8cd4-2161c61056a0",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2009-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, which features backup vocals by James Taylor and Linda Ronstadt, is one of a series of soft acoustic pieces which were written partly as a result of a back injury. Unable to stand for long periods of time, Young could not play his electric guitar and so returned to his acoustic guitar, which he could play sitting down. https://bit.ly/3maPXqo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}