Information about plays

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

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

{
    "id": 416379,
    "uri": "https://api.kexp.org/v2/plays/416379/?format=api",
    "airdate": "2001-04-19T11:45:00-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512HGlwzgCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512HGlwzgCL._SL75_.jpg",
    "song": "Ford Mustang",
    "track_id": null,
    "recording_id": null,
    "artist": "Serge Gainsbourg",
    "artist_ids": [
        "b21ef19b-c6aa-4775-90d3-3cc3e067ce6d"
    ],
    "album": "Comic Strip",
    "release_id": "d17e91b1-8b46-4042-926e-0cf04b6387d5",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1996-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}