Information about plays

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

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

{
    "id": 419890,
    "uri": "https://api.kexp.org/v2/plays/419890/?format=api",
    "airdate": "2001-04-30T23:20:00-07:00",
    "show": 7024,
    "show_uri": "https://api.kexp.org/v2/shows/7024/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AZCMqr9gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AZCMqr9gL._SL75_.jpg",
    "song": "All The Halloweens You Can Hold",
    "track_id": "8a147ba2-71c8-404f-8519-c14f434fbba0",
    "recording_id": null,
    "artist": "Rebecca Moore",
    "artist_ids": [
        "7e28167f-0ffc-4b56-b71b-1e4f5e73407a"
    ],
    "album": "Admiral Charcoal's Song",
    "release_id": "434dc65e-88f7-428e-869e-0cb40dcd6f87",
    "release_group_id": null,
    "labels": [
        "Knitting Factory"
    ],
    "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"
}