Information about plays

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

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

{
    "id": 344211,
    "uri": "https://api.kexp.org/v2/plays/344211/?format=api",
    "airdate": "2019-06-21T02:22:16-07:00",
    "show": 5735,
    "show_uri": "https://api.kexp.org/v2/shows/5735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Day",
    "track_id": "fa3bd39d-75ad-3b88-a58b-1e5af5938b28",
    "recording_id": null,
    "artist": "Clan of Xymox",
    "artist_ids": [
        "1fc54353-dcd0-47b1-bb59-7bd2974df829"
    ],
    "album": "Clan of Xymox",
    "release_id": "c6df174e-fe39-374f-b8f9-030dc066aea5",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.clanofxymox.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}