Information about plays

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

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

{
    "id": 501235,
    "uri": "https://api.kexp.org/v2/plays/501235/?format=api",
    "airdate": "2001-12-28T06:03:00-08:00",
    "show": 8607,
    "show_uri": "https://api.kexp.org/v2/shows/8607/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31YTMAQNHSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31YTMAQNHSL._SL75_.jpg",
    "song": "Swell",
    "track_id": "06a94d68-0b6b-4b10-8df5-ca4c7f4c0beb",
    "recording_id": null,
    "artist": "The Merkin Dream",
    "artist_ids": [
        "789bce14-9c25-4fbd-9aec-f767d505a59a"
    ],
    "album": "The Merkin Dream",
    "release_id": "8ac02811-acda-45ad-87c6-8625b586c68f",
    "release_group_id": null,
    "labels": [
        "Shadow"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}