Information about plays

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

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

{
    "id": 3421873,
    "uri": "https://api.kexp.org/v2/plays/3421873/?format=api",
    "airdate": "2024-11-05T22:36:00-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8d3ed4c-6bd1-429e-a740-2ea4e644cb98/34526044405-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8d3ed4c-6bd1-429e-a740-2ea4e644cb98/34526044405-250.jpg",
    "song": "Heart on Fire",
    "track_id": null,
    "recording_id": "30814503-a840-4a96-8f67-f17f634fa962",
    "artist": "Little Simz",
    "artist_ids": [
        "3cdb40fe-a63e-4bb9-b40d-17cda5f50979"
    ],
    "album": "NO THANK YOU",
    "release_id": null,
    "release_group_id": "f8ab53bd-395c-4763-98ca-0c19ab059e64",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2022-12-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British singer, rapper, lyrical genius.\n\nhttps://littlesimz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}