Information about plays

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

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

{
    "id": 1290701,
    "uri": "https://api.kexp.org/v2/plays/1290701/?format=api",
    "airdate": "2007-10-14T01:28:44-07:00",
    "show": 22583,
    "show_uri": "https://api.kexp.org/v2/shows/22583/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215Q71GDV3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215Q71GDV3L._SL75_.jpg",
    "song": "The Night Dance",
    "track_id": "9401a051-f5ee-48d0-ad6e-4f674822d033",
    "recording_id": null,
    "artist": "The Young Gods",
    "artist_ids": [
        "134c8992-069e-4561-8d12-cdebbf5fbc34"
    ],
    "album": "T.V. Sky",
    "release_id": "bec16e2c-bfc6-4385-a883-a01c1ad0b252",
    "release_group_id": null,
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}