Information about plays

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

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

{
    "id": 3413511,
    "uri": "https://api.kexp.org/v2/plays/3413511/?format=api",
    "airdate": "2024-10-16T16:08:15-07:00",
    "show": 61593,
    "show_uri": "https://api.kexp.org/v2/shows/61593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Candy Legs",
    "track_id": "343af2ac-e2ff-451d-b633-772e38b1cc7b",
    "recording_id": "c6735449-d0ae-4531-a6c9-c43eaca4347d",
    "artist": "Spesh",
    "artist_ids": [
        "70872517-10b5-4903-8221-d6b60882d076"
    ],
    "album": "Famous World",
    "release_id": "ea55da77-0e3e-4d58-a54f-c82fea7e63c0",
    "release_group_id": "7e8caef7-35e1-4fce-b876-60a21765bddf",
    "labels": [
        "Killroom Records"
    ],
    "label_ids": [
        "48a387e0-1253-4912-9245-8e40024447b7"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle quartet Spesh began when Michael McKinney and Sergio Mirazo got back together after the break-up of a previous band they were in, and soon after they were joined by Morgan Dixon and Brian Yeager. Some of the band's touchstones include the Psychedelic Furs, Morrissey, and Happy Mondays.\n\nhttps://speshmusic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}