Information about plays

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

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

{
    "id": 415976,
    "uri": "https://api.kexp.org/v2/plays/415976/?format=api",
    "airdate": "2001-04-18T09:16:40-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart of Glass",
    "track_id": "c8dce7c6-0262-4703-a84c-c2f91079d9aa",
    "recording_id": null,
    "artist": "Scala",
    "artist_ids": [
        "897022a8-5436-48c7-b7b4-d86b40c387d9"
    ],
    "album": "Beauty Nowhere",
    "release_id": "bdb3c1a8-5465-4ba8-85db-dbc9c56b86f4",
    "release_group_id": null,
    "labels": [
        "Touch"
    ],
    "label_ids": [
        "1ecdc566-ef0e-4b76-843c-f45c46402f5d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}