Information about plays

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

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

{
    "id": 2678726,
    "uri": "https://api.kexp.org/v2/plays/2678726/?format=api",
    "airdate": "2019-12-27T09:13:20-08:00",
    "show": 46233,
    "show_uri": "https://api.kexp.org/v2/shows/46233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "VHS or Sharon Stone",
    "track_id": "4227e5b2-15dc-4aaf-8321-d26b581ff672",
    "recording_id": null,
    "artist": "Hobosexual",
    "artist_ids": [
        "b5adb729-a140-4994-baae-6f320eb88454"
    ],
    "album": "Monolith",
    "release_id": "6167ea77-0688-4fd8-b6de-5c054a825f56",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-11-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}