Information about plays

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

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

{
    "id": 425015,
    "uri": "https://api.kexp.org/v2/plays/425015/?format=api",
    "airdate": "2001-05-16T12:28:14-07:00",
    "show": 7130,
    "show_uri": "https://api.kexp.org/v2/shows/7130/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One More Shot",
    "track_id": "9fecda96-6d39-4e6c-8363-be6f694a1ef7",
    "recording_id": null,
    "artist": "Too Slim and the Taildraggers",
    "artist_ids": [
        "651f5d2d-eb22-49f0-9e5a-fd37d962ca8a"
    ],
    "album": "Blues for EB",
    "release_id": "ce935afc-12c2-4aff-b77b-06a577beb43d",
    "release_group_id": null,
    "labels": [
        "Burnside"
    ],
    "label_ids": [
        "38700259-868f-48ba-9ae0-f6c81e07578a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}