Information about plays

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

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

{
    "id": 3413470,
    "uri": "https://api.kexp.org/v2/plays/3413470/?format=api",
    "airdate": "2024-10-16T13:49:20-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Relaxation",
    "track_id": "1d4f77a2-3b83-4895-a8ef-ab2d1c575c6e",
    "recording_id": "bb6b31e5-da55-4f3b-b61e-5797a67432a5",
    "artist": "34 Trolley",
    "artist_ids": [
        "19b66f93-05e8-4e9b-a9ca-45a2443b4986"
    ],
    "album": "Relaxation EP",
    "release_id": "e7c7dc2c-6699-4f9b-837a-16ed89aa34bf",
    "release_group_id": "e005816b-5481-4ed3-83ac-77c89ef0b4ae",
    "labels": [
        "Feel the Four"
    ],
    "label_ids": [
        "dd440a94-8aef-4922-ab52-51ccf5bfd283"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut EP from this new project spearheaded by Philadelphia-based drummer/ musician Jarrett Dougherty, formerly of the now defunct DIY punk band Screaming Females, is a stellar set of \"early 1980s NYC-style Post-Punk Mutant Disco\" full of infectious grooves, delicious basslines, charismatic energy, and even some downright amazing vibraphone solos. -Alex Ruder-",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}