Information about plays

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

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

{
    "id": 530343,
    "uri": "https://api.kexp.org/v2/plays/530343/?format=api",
    "airdate": "2002-03-23T12:34:55-08:00",
    "show": 9178,
    "show_uri": "https://api.kexp.org/v2/shows/9178/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fSsKMRBeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fSsKMRBeL._SL75_.jpg",
    "song": "Into the Dark",
    "track_id": "53c2d52d-6116-4c07-8d0e-dca94926681d",
    "recording_id": null,
    "artist": "Marc Moulin",
    "artist_ids": [
        "441111d5-fa9f-4f08-bb03-60a081394487"
    ],
    "album": "Top Secret",
    "release_id": "5a2c2771-4dad-422c-b117-df172c72a61b",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}