Information about plays

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

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

{
    "id": 1303307,
    "uri": "https://api.kexp.org/v2/plays/1303307/?format=api",
    "airdate": "2007-11-16T21:14:13-08:00",
    "show": 22799,
    "show_uri": "https://api.kexp.org/v2/shows/22799/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61jzNOGKXJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61jzNOGKXJL._SL75_.jpg",
    "song": "Locket Love",
    "track_id": "d7d52b51-3545-4b19-9f18-f7bdb7299c35",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Rocket to Russia",
    "release_id": "28e8154b-e979-4fbf-bcb6-0264cfc7012a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}