Information about plays

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

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

{
    "id": 1232968,
    "uri": "https://api.kexp.org/v2/plays/1232968/?format=api",
    "airdate": "2007-05-19T02:51:12-07:00",
    "show": 21597,
    "show_uri": "https://api.kexp.org/v2/shows/21597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JeliwXcUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JeliwXcUL._SL75_.jpg",
    "song": "High Step",
    "track_id": "c32f46ea-d8c2-4e32-a34b-366012dc4b4d",
    "recording_id": null,
    "artist": "Sage Francis",
    "artist_ids": [
        "c8fc1732-d191-4a29-a33a-410f98eff13b"
    ],
    "album": "Human the Death Dance",
    "release_id": "da52cf0e-2be4-4f7e-8b26-23aa9fcd100a",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2007-05-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}