Information about plays

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

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

{
    "id": 423647,
    "uri": "https://api.kexp.org/v2/plays/423647/?format=api",
    "airdate": "2001-05-12T01:36:00-07:00",
    "show": 7100,
    "show_uri": "https://api.kexp.org/v2/shows/7100/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41xLJNOjo2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41xLJNOjo2L._SL75_.jpg",
    "song": "I Dreamed of the Caucasus",
    "track_id": "19ba5915-e741-4da0-a5a3-7a5ca42897ad",
    "recording_id": null,
    "artist": "Damon & Naomi",
    "artist_ids": [
        "05d60163-95a2-44e9-9c4e-83b0677d3200"
    ],
    "album": "Damon & Naomi With Ghost",
    "release_id": "70edc318-0700-47e0-a8f5-be13c57d6ad8",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}