Information about plays

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

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

{
    "id": 493942,
    "uri": "https://api.kexp.org/v2/plays/493942/?format=api",
    "airdate": "2001-12-06T08:25:00-08:00",
    "show": 8468,
    "show_uri": "https://api.kexp.org/v2/shows/8468/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SjtYHfUYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SjtYHfUYL._SL75_.jpg",
    "song": "Delaware",
    "track_id": null,
    "recording_id": null,
    "artist": "Drop Nineteens",
    "artist_ids": [
        "266f5184-d8ab-40c3-9af2-b0c615b37b53"
    ],
    "album": "Delaware",
    "release_id": "ab064fcc-a9dd-44c9-9e1e-1d1cd9644248",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}