Information about plays

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

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

{
    "id": 508537,
    "uri": "https://api.kexp.org/v2/plays/508537/?format=api",
    "airdate": "2002-01-18T21:38:00-08:00",
    "show": 8752,
    "show_uri": "https://api.kexp.org/v2/shows/8752/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410ZES7HY8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410ZES7HY8L._SL75_.jpg",
    "song": "Sept. 98",
    "track_id": "6ea9862f-6ff1-4c5f-9ec4-6c356adef497",
    "recording_id": null,
    "artist": "David Kilgour",
    "artist_ids": [
        "06234932-e851-4965-a5cf-efc5dc3749e9"
    ],
    "album": "A Feather in the Engine",
    "release_id": "e3300bd8-6e60-456f-bb95-485a5f8a934b",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}