Information about plays

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

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

{
    "id": 532478,
    "uri": "https://api.kexp.org/v2/plays/532478/?format=api",
    "airdate": "2002-03-29T08:04:33-08:00",
    "show": 9217,
    "show_uri": "https://api.kexp.org/v2/shows/9217/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TGPMJ6HVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TGPMJ6HVL._SL75_.jpg",
    "song": "Istanbul (Not Constantinople)",
    "track_id": "b9ca6d7a-adc3-4d0f-a991-3ead721eae2b",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Severe Tire Damage",
    "release_id": "6b486b30-6dc7-4420-83b3-bb920e18fa94",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1998-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}