Information about plays

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

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

{
    "id": 457403,
    "uri": "https://api.kexp.org/v2/plays/457403/?format=api",
    "airdate": "2001-08-19T19:27:16-07:00",
    "show": 7751,
    "show_uri": "https://api.kexp.org/v2/shows/7751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Be About",
    "track_id": "8a0c2219-ed25-4777-a2fe-e4c73dc8182e",
    "recording_id": null,
    "artist": "Arsonist",
    "artist_ids": [
        "5ea9b436-c8a7-4cf2-9ed0-09f6641d07b6"
    ],
    "album": "Intended Play (Spring 2001)",
    "release_id": "058f479a-a376-462e-9e6d-ab12f7041289",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}