Information about plays

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

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

{
    "id": 437631,
    "uri": "https://api.kexp.org/v2/plays/437631/?format=api",
    "airdate": "2001-06-23T01:38:34-07:00",
    "show": 7370,
    "show_uri": "https://api.kexp.org/v2/shows/7370/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51h-5rVdUTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51h-5rVdUTL._SL75_.jpg",
    "song": "Wang Dang Sweet Poontang",
    "track_id": "da25b5a5-0c67-4a42-8645-6f3e7bb6c7e9",
    "recording_id": null,
    "artist": "Malfunkshun",
    "artist_ids": [
        "71f4a8ff-97ba-47c6-a729-7f87de77c796"
    ],
    "album": "Return to Olympus",
    "release_id": "8481b44b-1789-4ee3-a7e7-a7bd3a3e39d4",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}