Information about plays

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

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

{
    "id": 1317825,
    "uri": "https://api.kexp.org/v2/plays/1317825/?format=api",
    "airdate": "2007-12-24T01:37:00-08:00",
    "show": 23045,
    "show_uri": "https://api.kexp.org/v2/shows/23045/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/22830",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/22831",
    "song": "S.O.S Dour",
    "track_id": "728fa31d-91f2-4633-8f75-bb6fc973812b",
    "recording_id": null,
    "artist": "Henri Texier",
    "artist_ids": [
        "2d1750ec-4d5b-4388-bac4-bbd753394fce"
    ],
    "album": "Mad Nomad(s)",
    "release_id": "4911816a-4de1-402d-8f9c-70a7df5b2106",
    "release_group_id": null,
    "labels": [
        "Label Bleu"
    ],
    "label_ids": [
        "263afebd-0338-4282-b604-f10d5de59727"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}