Information about plays

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

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

{
    "id": 417649,
    "uri": "https://api.kexp.org/v2/plays/417649/?format=api",
    "airdate": "2001-04-24T05:28:14-07:00",
    "show": 6975,
    "show_uri": "https://api.kexp.org/v2/shows/6975/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31R9VPCNRCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31R9VPCNRCL._SL75_.jpg",
    "song": "Shadow Play",
    "track_id": null,
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Permanent",
    "release_id": "d7c9e8c6-b057-4f48-b04e-c460ec924eff",
    "release_group_id": null,
    "labels": [
        "Qwest"
    ],
    "label_ids": [
        "30a8916e-4cda-404f-a16b-9384f692dbb5"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}