Information about plays

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

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

{
    "id": 1275885,
    "uri": "https://api.kexp.org/v2/plays/1275885/?format=api",
    "airdate": "2007-09-06T05:26:32-07:00",
    "show": 22330,
    "show_uri": "https://api.kexp.org/v2/shows/22330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tasogare Highway High (Bass wanna be a singer)",
    "track_id": "438cf17f-e67a-451e-a3db-e4d02c1e57ed",
    "recording_id": null,
    "artist": "DJ Kentaro",
    "artist_ids": [
        "e5e9a7c1-9967-4385-b167-ff65a67779df"
    ],
    "album": "Enter",
    "release_id": "1a867983-07db-41e2-9d15-a4dfe499cbbc",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2007-04-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}