Information about plays

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

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

{
    "id": 532292,
    "uri": "https://api.kexp.org/v2/plays/532292/?format=api",
    "airdate": "2002-03-28T20:41:37-08:00",
    "show": 9214,
    "show_uri": "https://api.kexp.org/v2/shows/9214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31EE0A2WGDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31EE0A2WGDL._SL75_.jpg",
    "song": "Don't Discard Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Gerald Collier",
    "artist_ids": [
        "b0018c21-1d7b-4fd9-aa71-4d86276bf1d0"
    ],
    "album": "Gerald Collier",
    "release_id": "5d9b2d82-46a8-4ee3-b07e-95b4a8332902",
    "release_group_id": null,
    "labels": [
        "Texas Revolution"
    ],
    "label_ids": [],
    "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"
}