Information about plays

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

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

{
    "id": 452542,
    "uri": "https://api.kexp.org/v2/plays/452542/?format=api",
    "airdate": "2001-08-05T20:30:00-07:00",
    "show": 7657,
    "show_uri": "https://api.kexp.org/v2/shows/7657/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61x3TkRLUQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61x3TkRLUQL._SL75_.jpg",
    "song": "Sky",
    "track_id": "bebc9ab9-7b77-403d-a37d-7b30cf3e6217",
    "recording_id": null,
    "artist": "Pascal",
    "artist_ids": [
        "f7921c66-9683-4279-8b70-685df76af83e"
    ],
    "album": "Playaz 4 Real (disc 1)",
    "release_id": "887e7cb9-bfb6-4741-9fd5-f02910ba6cbc",
    "release_group_id": null,
    "labels": [
        "True Playaz"
    ],
    "label_ids": [
        "e414b5ec-2cbd-4180-8e30-42a832200da9"
    ],
    "release_date": "2001-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}