Information about plays

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

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

{
    "id": 3413182,
    "uri": "https://api.kexp.org/v2/plays/3413182/?format=api",
    "airdate": "2024-10-16T00:52:27-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Juna",
    "track_id": "580ed359-fdf7-48a4-a6a5-2e08eaa471c1",
    "recording_id": "016d187f-0e11-4171-82e9-15f04fafa097",
    "artist": "Clairo",
    "artist_ids": [
        "d786f59b-1836-4ddb-8393-ab753edbe984"
    ],
    "album": "Charm",
    "release_id": "0227a4b4-4068-4af9-ac31-335bbb3ab9c4",
    "release_group_id": "6fb46378-9cb7-4693-b76d-a62f2cc09214",
    "labels": [
        "Clairo"
    ],
    "label_ids": [
        "aa01459b-5927-4151-9b91-61b3c874e509"
    ],
    "release_date": "2024-07-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New full-length. https://www.clairo.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}