Information about plays

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

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

{
    "id": 1233529,
    "uri": "https://api.kexp.org/v2/plays/1233529/?format=api",
    "airdate": "2007-05-20T17:17:13-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6143OpYiscL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6143OpYiscL._SL75_.jpg",
    "song": "Tricycle",
    "track_id": "0535549a-35a0-44da-812b-45470046d658",
    "recording_id": null,
    "artist": "Psapp",
    "artist_ids": [
        "802f09ca-3f3f-4fc1-a5fc-0e8bebc15f62"
    ],
    "album": "The Only Thing I Ever Wanted",
    "release_id": "1586069e-66ef-4cb2-b9f1-d0adcb96e98e",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "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"
}