Information about plays

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

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

{
    "id": 532144,
    "uri": "https://api.kexp.org/v2/plays/532144/?format=api",
    "airdate": "2002-03-28T11:05:32-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512d75je8oL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512d75je8oL._SL75_.jpg",
    "song": "Sent to the Moon",
    "track_id": "504eba63-08d1-4b30-81ac-b95f86be6dde",
    "recording_id": null,
    "artist": "Tullycraft",
    "artist_ids": [
        "1d25e697-096d-43b1-94bd-74e0619c5567"
    ],
    "album": "Beat Surf Fun",
    "release_id": "73f55c2c-6b0a-439a-bc9b-3519cec6a89b",
    "release_group_id": null,
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2002-04-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}