Information about plays

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

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

{
    "id": 493015,
    "uri": "https://api.kexp.org/v2/plays/493015/?format=api",
    "airdate": "2001-12-03T20:01:00-08:00",
    "show": 8453,
    "show_uri": "https://api.kexp.org/v2/shows/8453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zvandinetsa",
    "track_id": "3c692e4b-9e50-444b-9893-7285c6990421",
    "recording_id": null,
    "artist": "Bhundu Boys",
    "artist_ids": [
        "11fe85b6-8be3-4b15-a738-7a268061918b"
    ],
    "album": "The Shed Sessions (disc 2)",
    "release_id": "5e4bb8eb-5858-4389-a8b6-34c89c839914",
    "release_group_id": null,
    "labels": [
        "Sadza Records"
    ],
    "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"
}