Information about plays

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

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

{
    "id": 416059,
    "uri": "https://api.kexp.org/v2/plays/416059/?format=api",
    "airdate": "2001-04-18T14:24:42-07:00",
    "show": 6943,
    "show_uri": "https://api.kexp.org/v2/shows/6943/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416AS9XNBFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416AS9XNBFL._SL75_.jpg",
    "song": "Le Ballade de Saint Etienne",
    "track_id": "732ffeff-bbee-4e6f-98ce-89a8dac10e73",
    "recording_id": null,
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Interlude",
    "release_id": "ffdf7ba8-19a7-408b-9bb5-c1447517bc54",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-03-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}