Information about plays

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

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

{
    "id": 417415,
    "uri": "https://api.kexp.org/v2/plays/417415/?format=api",
    "airdate": "2001-04-23T12:25:42-07:00",
    "show": 6971,
    "show_uri": "https://api.kexp.org/v2/shows/6971/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MXT41CH6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MXT41CH6L._SL75_.jpg",
    "song": "Old School Rock",
    "track_id": "f688d17f-345a-48e0-b8d3-776cf02056e7",
    "recording_id": null,
    "artist": "The Bevis Frond",
    "artist_ids": [
        "e7c51ed9-29f3-4349-8cf7-5be043caaa21"
    ],
    "album": "Valedictory Songs",
    "release_id": "e3ce88dd-6a8c-4f32-9376-be7dc17b7cca",
    "release_group_id": null,
    "labels": [
        "Rubric"
    ],
    "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"
}