Information about plays

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

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

{
    "id": 498881,
    "uri": "https://api.kexp.org/v2/plays/498881/?format=api",
    "airdate": "2001-12-20T17:55:00-08:00",
    "show": 8560,
    "show_uri": "https://api.kexp.org/v2/shows/8560/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51388iIe6aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51388iIe6aL._SL75_.jpg",
    "song": "Baby, It's Cold Outside",
    "track_id": "753efc6e-858f-4c54-b5ca-0c6bedbb591a",
    "recording_id": null,
    "artist": "Asylum Street Spankers",
    "artist_ids": [
        "be9f392d-0475-4c8a-a3b9-f4b476942b40"
    ],
    "album": "A Christmas Spanking",
    "release_id": "121a2968-2ff9-4600-84a2-418fb5249f61",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "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"
}