Information about plays

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

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

{
    "id": 509892,
    "uri": "https://api.kexp.org/v2/plays/509892/?format=api",
    "airdate": "2002-01-23T03:44:00-08:00",
    "show": 8783,
    "show_uri": "https://api.kexp.org/v2/shows/8783/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PYUmSOIqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PYUmSOIqL._SL75_.jpg",
    "song": "Meta Bass",
    "track_id": "850492f6-632b-484e-9197-082e7e013090",
    "recording_id": null,
    "artist": "Isotope 217",
    "artist_ids": [
        "534614e7-957c-420a-9d81-6239a471e1c7"
    ],
    "album": "Who Stole the I Walkman?",
    "release_id": "e2978c4b-82df-466f-96c9-7a4edd4115af",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2000-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}