Information about plays

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

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

{
    "id": 458422,
    "uri": "https://api.kexp.org/v2/plays/458422/?format=api",
    "airdate": "2001-08-22T14:47:22-07:00",
    "show": 7771,
    "show_uri": "https://api.kexp.org/v2/shows/7771/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b-fFkoOML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b-fFkoOML._SL75_.jpg",
    "song": "Regresso (feat. Caetano Veloso)",
    "track_id": "c8470f17-e901-4b48-a42c-b5970e39d03b",
    "recording_id": null,
    "artist": "Cesária Évora",
    "artist_ids": [
        "ceafdf2f-bc18-4b99-8c71-d1834b0065c3"
    ],
    "album": "São Vicente",
    "release_id": "616471c7-0442-47d8-bacb-054bc013d83e",
    "release_group_id": null,
    "labels": [
        "Windham Hill"
    ],
    "label_ids": [],
    "release_date": "2001-06-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}