Information about plays

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

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

{
    "id": 357521,
    "uri": "https://api.kexp.org/v2/plays/357521/?format=api",
    "airdate": "2019-07-22T05:51:25-07:00",
    "show": 5960,
    "show_uri": "https://api.kexp.org/v2/shows/5960/?format=api",
    "image_uri": "http://coverartarchive.org/release/499973e2-6a8c-4f52-bc58-c4e1e90bd759/17976286567-250.jpg",
    "thumbnail_uri": "",
    "song": "Valley Boy",
    "track_id": "c9500996-e2f8-4185-833f-a266bb7d410e",
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Cry Cry Cry",
    "release_id": "499973e2-6a8c-4f52-bc58-c4e1e90bd759",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-10-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}