Information about plays

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

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

{
    "id": 483221,
    "uri": "https://api.kexp.org/v2/plays/483221/?format=api",
    "airdate": "2001-11-03T14:40:00-08:00",
    "show": 8250,
    "show_uri": "https://api.kexp.org/v2/shows/8250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "she was suprised",
    "track_id": null,
    "recording_id": null,
    "artist": "psychick tv",
    "artist_ids": [],
    "album": "allegory and self",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fundamental"
    ],
    "label_ids": [
        "43ec55f7-d678-4e49-9d01-9f4dfe8a86bb"
    ],
    "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"
}