Information about plays

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

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

{
    "id": 504781,
    "uri": "https://api.kexp.org/v2/plays/504781/?format=api",
    "airdate": "2002-01-08T00:01:00-08:00",
    "show": 8681,
    "show_uri": "https://api.kexp.org/v2/shows/8681/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chicago Bound Blues",
    "track_id": "6687b587-e22f-4f19-a457-4530f2dcfe4c",
    "recording_id": null,
    "artist": "Bessie Smith",
    "artist_ids": [
        "ffa28768-ecda-42c6-ac49-6ce5c7d33043"
    ],
    "album": "The Complete Recordings, Volume 1 (disc 2)",
    "release_id": "98e91831-6a41-49fe-85f3-329d3c424c90",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "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"
}