Information about plays

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

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

{
    "id": 459534,
    "uri": "https://api.kexp.org/v2/plays/459534/?format=api",
    "airdate": "2001-08-25T18:50:46-07:00",
    "show": 7791,
    "show_uri": "https://api.kexp.org/v2/shows/7791/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put Your Hands On It",
    "track_id": "65f3f87d-c63a-42a8-b6ed-bc1f5d418197",
    "recording_id": null,
    "artist": "Phat Sidy Smokehouse",
    "artist_ids": [
        "0141f2c3-dedb-462e-9b29-f79a6363b774"
    ],
    "album": "Platos Grande Rehersial",
    "release_id": "ab5cd03e-0182-42dc-aa1d-ab55878c71fc",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}