Information about plays

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

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

{
    "id": 421452,
    "uri": "https://api.kexp.org/v2/plays/421452/?format=api",
    "airdate": "2001-05-05T11:21:25-07:00",
    "show": 7055,
    "show_uri": "https://api.kexp.org/v2/shows/7055/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-SLtvG-3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-SLtvG-3L._SL75_.jpg",
    "song": "Blood Money",
    "track_id": "2fef163c-f6de-419c-a98d-661368864743",
    "recording_id": null,
    "artist": "Pablo Moses",
    "artist_ids": [
        "74041c43-5700-4290-94cc-b823a290aceb"
    ],
    "album": "Revolutionary Dream",
    "release_id": "acf049ff-b1b0-4835-9e6e-fabdb5a54a5c",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1992-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}