Information about plays

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

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

{
    "id": 532141,
    "uri": "https://api.kexp.org/v2/plays/532141/?format=api",
    "airdate": "2002-03-28T10:51:14-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510O%2B0czUsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510O%2B0czUsL._SL75_.jpg",
    "song": "A Break in the Clouds",
    "track_id": "1fb53d73-1a7a-4b7a-b35f-f632e5106a6a",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Smile",
    "release_id": "79073125-5447-4154-9403-c8dab5e765c5",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}