Information about plays

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

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

{
    "id": 1196132,
    "uri": "https://api.kexp.org/v2/plays/1196132/?format=api",
    "airdate": "2007-02-12T21:01:19-08:00",
    "show": 20969,
    "show_uri": "https://api.kexp.org/v2/shows/20969/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Motivation",
    "track_id": null,
    "recording_id": null,
    "artist": "London Underground",
    "artist_ids": [
        "58d58b75-f8f5-4e5e-b7e6-9c2180d2e5ed"
    ],
    "album": "Compilation 80-84",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "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"
}