Information about plays

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

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

{
    "id": 533381,
    "uri": "https://api.kexp.org/v2/plays/533381/?format=api",
    "airdate": "2002-04-01T01:50:49-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J4xiHocxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J4xiHocxL._SL75_.jpg",
    "song": "I'm Never Bored",
    "track_id": "13f86639-1d36-4227-8317-da594bb1332a",
    "recording_id": null,
    "artist": "The Walkmen",
    "artist_ids": [
        "b7834ebd-64ae-46c3-a930-2d3a52ee743a"
    ],
    "album": "Everyone Who Pretended to Like Me Is Gone",
    "release_id": "6c960e3f-5c0c-4919-9f01-2d18bebe716a",
    "release_group_id": null,
    "labels": [
        "Startime International"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}