Information about plays

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

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

{
    "id": 1280394,
    "uri": "https://api.kexp.org/v2/plays/1280394/?format=api",
    "airdate": "2007-09-17T21:33:20-07:00",
    "show": 22409,
    "show_uri": "https://api.kexp.org/v2/shows/22409/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410N0RQA3KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410N0RQA3KL._SL75_.jpg",
    "song": "The Field",
    "track_id": "fa44f1dc-8a5e-46da-bc35-f402fba13a14",
    "recording_id": null,
    "artist": "Throwing Muses",
    "artist_ids": [
        "b1b9d5cc-7975-43e5-960e-670583da7bc8"
    ],
    "album": "Limbo",
    "release_id": "2204c259-f1da-435a-b0d5-cd73945be892",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1996-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}