Information about plays

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

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

{
    "id": 414648,
    "uri": "https://api.kexp.org/v2/plays/414648/?format=api",
    "airdate": "2001-04-09T17:00:00-07:00",
    "show": 6914,
    "show_uri": "https://api.kexp.org/v2/shows/6914/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21tDmC-qgYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21tDmC-qgYL._SL75_.jpg",
    "song": "It's Not Over Till It's Over",
    "track_id": "2e74ea6e-f4e8-4ebe-a814-5f9cacebef31",
    "recording_id": null,
    "artist": "Shaver",
    "artist_ids": [
        "3d46b579-66d6-4a09-a307-2fc9707b8f73"
    ],
    "album": "The Earth Rolls On",
    "release_id": "a98625bc-7795-4079-9791-2f413ae29607",
    "release_group_id": null,
    "labels": [
        "New West"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}