Information about plays

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

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

{
    "id": 3418775,
    "uri": "https://api.kexp.org/v2/plays/3418775/?format=api",
    "airdate": "2024-10-29T09:48:42-07:00",
    "show": 61706,
    "show_uri": "https://api.kexp.org/v2/shows/61706/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cycle Stops With Me",
    "track_id": "7424a1d0-9eed-4c26-b746-b9b8961c7001",
    "recording_id": "68105cc0-1d90-44f4-868e-8148751addd7",
    "artist": "GEMZ",
    "artist_ids": [
        "8af56c87-a919-4cc3-8272-40ac3fbf4801"
    ],
    "album": "See The Future",
    "release_id": "eead144e-cbef-4a9e-8596-ba2527badc7a",
    "release_group_id": "17a16bbd-646c-4af2-85c8-2fb5f5c843f4",
    "labels": [
        "Sonic Ritual"
    ],
    "label_ids": [
        "482c8d62-25fb-4059-80e1-2775ef4c3f32"
    ],
    "release_date": "2024-10-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GEMZ is made up of Ted Chen of CMYK and Jen Wood of Tattle Tale/The Postal Service. This is their new single ahead of their upcoming EP.\n\nhttps://gemzband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}