Information about plays

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

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

{
    "id": 418384,
    "uri": "https://api.kexp.org/v2/plays/418384/?format=api",
    "airdate": "2001-04-26T07:42:21-07:00",
    "show": 6990,
    "show_uri": "https://api.kexp.org/v2/shows/6990/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41RF3HC33ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41RF3HC33ML._SL75_.jpg",
    "song": "Lebanese Blonde",
    "track_id": null,
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Mirror Conspiracy",
    "release_id": "d8e7f1f0-0d17-47a7-8fcf-0e297adbae97",
    "release_group_id": null,
    "labels": [
        "ESL"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}