Information about plays

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

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

{
    "id": 3416809,
    "uri": "https://api.kexp.org/v2/plays/3416809/?format=api",
    "airdate": "2024-10-24T18:37:45-07:00",
    "show": 61662,
    "show_uri": "https://api.kexp.org/v2/shows/61662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slippery People",
    "track_id": null,
    "recording_id": "82dce622-70e2-4fc4-8803-0430f5cd5f07",
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Turning Point",
    "release_id": null,
    "release_group_id": "dd1996d3-ea6f-4fa2-8455-ddae1f5b7a04",
    "labels": [
        "Private I Records"
    ],
    "label_ids": [
        "18c04928-2a61-4b8a-8541-9187bc59a7b8"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In June 1983 Talking Heads released “Slippery People” on their 5th LP, 'Speaking In Tongues'. A year later, The Staple Singers covered the track, featuring David Byrne on guitar!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}