Information about plays

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

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

{
    "id": 501530,
    "uri": "https://api.kexp.org/v2/plays/501530/?format=api",
    "airdate": "2001-12-29T01:30:00-08:00",
    "show": 8612,
    "show_uri": "https://api.kexp.org/v2/shows/8612/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41nUv5PZFML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41nUv5PZFML._SL75_.jpg",
    "song": "Starstruck",
    "track_id": "1358cae3-b237-4e2e-a609-99c2b598d20c",
    "recording_id": null,
    "artist": "Minus 8",
    "artist_ids": [
        "463a94f1-2713-40b1-9c88-dcc9c0170cae"
    ],
    "album": "Elysian Fields",
    "release_id": "1fe4b6e8-3d91-4478-bb96-c37f012ab53c",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}