Information about plays

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

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

{
    "id": 443523,
    "uri": "https://api.kexp.org/v2/plays/443523/?format=api",
    "airdate": "2001-07-10T08:36:40-07:00",
    "show": 7487,
    "show_uri": "https://api.kexp.org/v2/shows/7487/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413UmV4keoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413UmV4keoL._SL75_.jpg",
    "song": "Faith",
    "track_id": "a49f9005-c67d-4f82-afa6-a5fb80fd7180",
    "recording_id": null,
    "artist": "Basehead",
    "artist_ids": [
        "298f1a6a-4b5b-42bf-ab10-0e6eff03ac91"
    ],
    "album": "Faith",
    "release_id": "77a59713-d095-46e7-b7b6-c6274df9f0f7",
    "release_group_id": null,
    "labels": [
        "Imago"
    ],
    "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"
}