Information about plays

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

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

{
    "id": 1393286,
    "uri": "https://api.kexp.org/v2/plays/1393286/?format=api",
    "airdate": "2008-07-03T22:34:41-07:00",
    "show": 24315,
    "show_uri": "https://api.kexp.org/v2/shows/24315/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Hl0cBzRDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Hl0cBzRDL._SL75_.jpg",
    "song": "A Case of You",
    "track_id": null,
    "recording_id": null,
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Blue",
    "release_id": "243fb7b0-e7f3-42e8-bdfc-a66fd9e23d0e",
    "release_group_id": null,
    "labels": [
        "Warner/Reprise"
    ],
    "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"
}