Information about plays

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

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

{
    "id": 344732,
    "uri": "https://api.kexp.org/v2/plays/344732/?format=api",
    "airdate": "2019-06-22T13:33:00-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Minus PIllow",
    "track_id": null,
    "recording_id": null,
    "artist": "BEAK>",
    "artist_ids": [
        "bda0beab-8c08-4a34-9af0-97a1b647ad9b"
    ],
    "album": "Life Goes On EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Invada Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music released yesterday from BEAK>. \"Minus Pillow\", from the 'Life Goes On EP' with Invada Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}