Information about plays

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

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

{
    "id": 1291225,
    "uri": "https://api.kexp.org/v2/plays/1291225/?format=api",
    "airdate": "2007-10-15T14:23:33-07:00",
    "show": 22594,
    "show_uri": "https://api.kexp.org/v2/shows/22594/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AUXiXsGUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AUXiXsGUL._SL75_.jpg",
    "song": "Nosferatu",
    "track_id": "c3c692db-cd75-4f21-8cb4-ba7bcdc594cf",
    "recording_id": null,
    "artist": "DJ Krush ",
    "artist_ids": [
        "38d16213-25ba-450d-8665-4e08548e62e3"
    ],
    "album": "寂 -jaku",
    "release_id": "f1a89e4b-4694-4b6b-815e-6b5c665111b5",
    "release_group_id": null,
    "labels": [
        "Sony Music Entertainment (Japan) Inc."
    ],
    "label_ids": [
        "0331bcea-3905-4893-9874-1d3f10480625"
    ],
    "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"
}