Information about plays

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

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

{
    "id": 1323373,
    "uri": "https://api.kexp.org/v2/plays/1323373/?format=api",
    "airdate": "2008-01-07T08:23:25-08:00",
    "show": 23139,
    "show_uri": "https://api.kexp.org/v2/shows/23139/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CColUPt2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CColUPt2L._SL75_.jpg",
    "song": "Fine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "Life",
    "release_id": "1b9aa670-8be5-43db-87e2-3ea21aef4445",
    "release_group_id": null,
    "labels": [
        "Fresh Records"
    ],
    "label_ids": [
        "d9b92c45-754b-4f1a-854d-9d1a6b002da8"
    ],
    "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"
}