Information about plays

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

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

{
    "id": 1315591,
    "uri": "https://api.kexp.org/v2/plays/1315591/?format=api",
    "airdate": "2007-12-18T08:22:32-08:00",
    "show": 23007,
    "show_uri": "https://api.kexp.org/v2/shows/23007/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vow",
    "track_id": null,
    "recording_id": null,
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "(V/A) Volume 12",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Volume"
    ],
    "label_ids": [
        "e3e60969-81f7-48ef-a6bd-65010f9b87aa"
    ],
    "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"
}