Information about plays

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

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

{
    "id": 485341,
    "uri": "https://api.kexp.org/v2/plays/485341/?format=api",
    "airdate": "2001-11-10T19:32:18-08:00",
    "show": 8297,
    "show_uri": "https://api.kexp.org/v2/shows/8297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Your Friends Are Comedians",
    "track_id": null,
    "recording_id": null,
    "artist": "Juno",
    "artist_ids": [
        "6c0994fb-382e-4510-8e26-56709afaf190"
    ],
    "album": "This is theWay it Goes and Goes and Goes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "deSoto"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}