Information about plays

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

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

{
    "id": 1268751,
    "uri": "https://api.kexp.org/v2/plays/1268751/?format=api",
    "airdate": "2007-08-19T04:11:00-07:00",
    "show": 22211,
    "show_uri": "https://api.kexp.org/v2/shows/22211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Introduction (Apology)",
    "track_id": "7d42362b-74d6-4e49-b212-956b8df8c307",
    "recording_id": null,
    "artist": "Monty Python",
    "artist_ids": [
        "4a5c8526-f8ec-43f1-97af-49722ad88394"
    ],
    "album": "Another Monty Python Record",
    "release_id": "727d107d-d4b9-4323-ac7b-df07398b48a0",
    "release_group_id": null,
    "labels": [
        "Strange Famous"
    ],
    "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"
}