Information about plays

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

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

{
    "id": 1351440,
    "uri": "https://api.kexp.org/v2/plays/1351440/?format=api",
    "airdate": "2008-03-18T22:00:24-07:00",
    "show": 23609,
    "show_uri": "https://api.kexp.org/v2/shows/23609/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Landslide",
    "track_id": "ad339667-8be7-4149-9408-1e3947224acf",
    "recording_id": null,
    "artist": "The Transmissionary Six",
    "artist_ids": [
        "a51ff80a-a3fc-42cb-8076-16700dc93d92"
    ],
    "album": "Cosmonautical",
    "release_id": "8a7d103b-fea5-45b7-9970-7fd0406111bc",
    "release_group_id": null,
    "labels": [
        "Tarnished Records"
    ],
    "label_ids": [
        "61038337-0709-47d5-ba1a-555bc528b32e"
    ],
    "release_date": "2008-11-03",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}