Information about plays

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

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

{
    "id": 532447,
    "uri": "https://api.kexp.org/v2/plays/532447/?format=api",
    "airdate": "2002-03-29T05:40:59-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Deep for Tears",
    "track_id": "23496f8e-22ef-4f41-b77e-eb149f756107",
    "recording_id": null,
    "artist": "The Clarke & Ware Experiment",
    "artist_ids": [
        "b411b8dc-e324-4d2d-9b1b-fde320f5ce05"
    ],
    "album": "Pretentious",
    "release_id": "bf074849-8fba-438e-8a3e-95d8e3dd0e46",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}