Information about plays

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

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

{
    "id": 373110,
    "uri": "https://api.kexp.org/v2/plays/373110/?format=api",
    "airdate": "2019-08-27T17:37:00-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Changes",
    "track_id": "819919c0-04f9-3345-b9ba-10880ac0ee1c",
    "recording_id": null,
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "Greatest Hits",
    "release_id": "66101afe-c95a-4fa9-8a58-a2a92e757e27",
    "release_group_id": null,
    "labels": [
        "BMG JAPAN"
    ],
    "label_ids": [],
    "release_date": "2009-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hope's 'We The People Need To Vote' mixtape also features tracks by M.I.A., Digable Planets, Le Tigre, Beyonce and Broken Social Scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}