Information about plays

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

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

{
    "id": 3421327,
    "uri": "https://api.kexp.org/v2/plays/3421327/?format=api",
    "airdate": "2024-11-04T13:16:12-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d84cc69-b7bc-42be-afe3-5356b93b1ec4/28770480322-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d84cc69-b7bc-42be-afe3-5356b93b1ec4/28770480322-250.jpg",
    "song": "Stuff Like That",
    "track_id": null,
    "recording_id": "3c98aa46-4ed8-4792-a61f-6e512d0e7ed1",
    "artist": "Quincy Jones, Chaka Khan, Ashford & Simpson",
    "artist_ids": [],
    "album": "Sounds… And Stuff Like That!!",
    "release_id": null,
    "release_group_id": "7714dde6-2fc4-382f-b106-7712442c26a8",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}