Information about plays

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

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

{
    "id": 422048,
    "uri": "https://api.kexp.org/v2/plays/422048/?format=api",
    "airdate": "2001-05-07T13:42:51-07:00",
    "show": 7071,
    "show_uri": "https://api.kexp.org/v2/shows/7071/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416CJWHDNML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416CJWHDNML._SL75_.jpg",
    "song": "Triple Deck",
    "track_id": "6ac82270-5a09-4930-80e9-a0f7f87737b5",
    "recording_id": null,
    "artist": "Satisfact",
    "artist_ids": [
        "791cbab7-baa0-4913-ab2d-e4e9f7d0b74b"
    ],
    "album": "The Third Meeting at the Third Counter",
    "release_id": "dfe43a2c-7c6b-4d62-9593-eac17033e890",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1999-01-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}