Information about plays

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

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

{
    "id": 421520,
    "uri": "https://api.kexp.org/v2/plays/421520/?format=api",
    "airdate": "2001-05-05T15:47:22-07:00",
    "show": 7057,
    "show_uri": "https://api.kexp.org/v2/shows/7057/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Superbad (Soul Substitute)",
    "track_id": "bf837911-473f-4e7f-b02c-349635d8827e",
    "recording_id": null,
    "artist": "LB",
    "artist_ids": [
        "bb2034e9-ac8e-4450-b2f1-b933c57c46fd"
    ],
    "album": "Pop Artificielle",
    "release_id": "975bae19-d9a6-48a5-bd25-39ae86c5536b",
    "release_group_id": null,
    "labels": [
        "Shadow"
    ],
    "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"
}