Information about plays

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

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

{
    "id": 421073,
    "uri": "https://api.kexp.org/v2/plays/421073/?format=api",
    "airdate": "2001-05-04T07:56:28-07:00",
    "show": 7048,
    "show_uri": "https://api.kexp.org/v2/shows/7048/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51y4KaYSC-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51y4KaYSC-L._SL75_.jpg",
    "song": "My Dream Girl Puts On Her Shoes",
    "track_id": "393696dd-29a6-4969-b351-95155e94e9e4",
    "recording_id": null,
    "artist": "The Evil Tambourines",
    "artist_ids": [
        "2bd86fab-d10c-484e-8fff-f8b654a8f9b7"
    ],
    "album": "Library Nation",
    "release_id": "a56ba91a-f57b-4dd3-a2c5-5eb78b4ca922",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}