Information about plays

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

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

{
    "id": 3413732,
    "uri": "https://api.kexp.org/v2/plays/3413732/?format=api",
    "airdate": "2024-10-17T04:24:25-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rockin’ Chair",
    "track_id": null,
    "recording_id": "6986b275-bf93-4592-a54f-b271f356930f",
    "artist": "Gwen McCrae",
    "artist_ids": [
        "bd518350-09ad-4ecc-934e-11168e84227c"
    ],
    "album": "Gwen McCrae",
    "release_id": null,
    "release_group_id": "e9f32bb4-c831-3f3c-b55c-d42e82751f00",
    "labels": [
        "Cat"
    ],
    "label_ids": [
        "36d549f7-1028-4a77-9fc3-69a230ece78c"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1975 hit for George McCrae's wife, her answer to his “Rock Your Baby”, written by Henry Stone and Clarence “Blowfly” Reid (yes, that Blowfly): http://www.offyourradar.com/issues/74-gwen-mccrae ; live in 2010: http://www.youtube.com/watch?v=TDwDmg10R7c ; http://www.gwenmccrae.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}