Information about plays

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

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

{
    "id": 430581,
    "uri": "https://api.kexp.org/v2/plays/430581/?format=api",
    "airdate": "2001-06-02T10:33:20-07:00",
    "show": 7238,
    "show_uri": "https://api.kexp.org/v2/shows/7238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61T6DJ4N8ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61T6DJ4N8ZL._SL75_.jpg",
    "song": "Indian Love Call",
    "track_id": "05a6d5f8-20a2-47d1-849b-ccfe8beb0cd3",
    "recording_id": null,
    "artist": "Tommy McCook",
    "artist_ids": [
        "db987393-16fb-4408-b43b-b82e75f1fffc"
    ],
    "album": "Real Cool: The Jamaican King of the Saxophone '66-'77 (disc 1)",
    "release_id": "e80cb636-cda9-44d2-9c6f-db0a123fffef",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}