Information about plays

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

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

{
    "id": 535057,
    "uri": "https://api.kexp.org/v2/plays/535057/?format=api",
    "airdate": "2002-04-05T20:27:53-08:00",
    "show": 9268,
    "show_uri": "https://api.kexp.org/v2/shows/9268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kl7Tn0XsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kl7Tn0XsL._SL75_.jpg",
    "song": "Juke Box Drive",
    "track_id": "ffbe0d50-55a0-417c-b7c6-faed202b8571",
    "recording_id": null,
    "artist": "Mitch Woods & His Rocket 88's",
    "artist_ids": [
        "623d91a9-b174-4cd4-9756-45c211cc6a22"
    ],
    "album": "Steady Date",
    "release_id": "57f3d073-0777-41bf-89aa-3f97d6bb9808",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}