Information about plays

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

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

{
    "id": 441074,
    "uri": "https://api.kexp.org/v2/plays/441074/?format=api",
    "airdate": "2001-07-03T07:31:34-07:00",
    "show": 7441,
    "show_uri": "https://api.kexp.org/v2/shows/7441/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cIsyuJfLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cIsyuJfLL._SL75_.jpg",
    "song": "Independence Day",
    "track_id": "bb47b741-d76f-4276-b1ce-bb265fda3642",
    "recording_id": null,
    "artist": "Vic Chestnutt",
    "artist_ids": [
        "b07cdbbe-421e-418a-bbb7-ce0d8d53bfa8"
    ],
    "album": "Little",
    "release_id": "039d7629-03ec-40fa-aa8f-de346a19f3f2",
    "release_group_id": null,
    "labels": [
        "Texas Hotel"
    ],
    "label_ids": [
        "e7eccaa4-e2b7-4a02-9754-93029bdcd230"
    ],
    "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"
}