Information about plays

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

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

{
    "id": 487183,
    "uri": "https://api.kexp.org/v2/plays/487183/?format=api",
    "airdate": "2001-11-16T07:41:03-08:00",
    "show": 8334,
    "show_uri": "https://api.kexp.org/v2/shows/8334/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Yps1nCmxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Yps1nCmxL._SL75_.jpg",
    "song": "Well I Wonder",
    "track_id": null,
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Meat Is Murder",
    "release_id": "d9715e69-b3a2-41f9-9c99-f24bb3e5bf3f",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}