Information about plays

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

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

{
    "id": 452062,
    "uri": "https://api.kexp.org/v2/plays/452062/?format=api",
    "airdate": "2001-08-04T05:55:23-07:00",
    "show": 7644,
    "show_uri": "https://api.kexp.org/v2/shows/7644/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZZ-bDYq6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZZ-bDYq6L._SL75_.jpg",
    "song": "Carmela Dame La LLave",
    "track_id": "ce313936-d2c7-4017-b5c1-b769599854b1",
    "recording_id": null,
    "artist": "Marc Ribot y Los cubanos postizos",
    "artist_ids": [
        "b35283b3-e1b4-40e3-9fef-940af1058b8e"
    ],
    "album": "¡Muy Divertido!",
    "release_id": "0852b4d9-07b9-4763-ac34-35a888614f3e",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}