Information about plays

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

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

{
    "id": 1396929,
    "uri": "https://api.kexp.org/v2/plays/1396929/?format=api",
    "airdate": "2008-07-12T23:02:00-07:00",
    "show": 24374,
    "show_uri": "https://api.kexp.org/v2/shows/24374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "beautiful shit in the crowd",
    "track_id": null,
    "recording_id": null,
    "artist": "Vivisick",
    "artist_ids": [
        "56551a9d-08c6-4235-806b-e6aca6d999e9"
    ],
    "album": "Punks Were Made Before Sounds E.P.",
    "release_id": "e94dfc0e-48ae-4d14-a878-06f0304795f6",
    "release_group_id": null,
    "labels": [
        "dan doh"
    ],
    "label_ids": [],
    "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"
}