Information about plays

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

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

{
    "id": 345235,
    "uri": "https://api.kexp.org/v2/plays/345235/?format=api",
    "airdate": "2019-06-23T17:17:00-07:00",
    "show": 5756,
    "show_uri": "https://api.kexp.org/v2/shows/5756/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I <3 U So",
    "track_id": "6249f47a-8112-3eb6-a508-c431313fda9b",
    "recording_id": null,
    "artist": "Cassius",
    "artist_ids": [
        "256160e8-37fd-4f8c-a3ef-530ebbaa4b3d"
    ],
    "album": "I <3 U So",
    "release_id": "01fb047f-a155-4f9f-8a7a-efaad562d81c",
    "release_group_id": null,
    "labels": [
        "Ed Banger Records"
    ],
    "label_ids": [
        "9cdc4159-ec50-47f0-a7a2-e107618d5246"
    ],
    "release_date": "2011-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}