Information about plays

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

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

{
    "id": 438847,
    "uri": "https://api.kexp.org/v2/plays/438847/?format=api",
    "airdate": "2001-06-26T19:48:00-07:00",
    "show": 7397,
    "show_uri": "https://api.kexp.org/v2/shows/7397/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4193RB0N4VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4193RB0N4VL._SL75_.jpg",
    "song": "¡Fiesta fatal! (album edit)",
    "track_id": "6fc4ef7a-70cd-4540-8fce-09e0738166dc",
    "recording_id": null,
    "artist": "B-Tribe",
    "artist_ids": [
        "14e703ac-8364-41d5-b609-af2fd90343e9"
    ],
    "album": "¡Fiesta fatal!",
    "release_id": "91090bd5-cca9-4638-98e1-4c7b9185d088",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}