Information about plays

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

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

{
    "id": 1307494,
    "uri": "https://api.kexp.org/v2/plays/1307494/?format=api",
    "airdate": "2007-11-27T18:21:00-08:00",
    "show": 22872,
    "show_uri": "https://api.kexp.org/v2/shows/22872/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cmApLVQhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cmApLVQhL._SL75_.jpg",
    "song": "Kova Plada",
    "track_id": "83d00ba5-3df0-416b-9a1b-38eaa4ba6829",
    "recording_id": null,
    "artist": "Boom Pam",
    "artist_ids": [
        "ac373af8-8eb6-432b-ab15-90d2593cd72c"
    ],
    "album": "Boom Pam",
    "release_id": "eebba4f4-c4f6-4f88-9c1c-3c5431f3b59c",
    "release_group_id": null,
    "labels": [
        "Essay Records"
    ],
    "label_ids": [],
    "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"
}