Information about plays

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

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

{
    "id": 453799,
    "uri": "https://api.kexp.org/v2/plays/453799/?format=api",
    "airdate": "2001-08-09T09:18:56-07:00",
    "show": 7678,
    "show_uri": "https://api.kexp.org/v2/shows/7678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Qu0yHhVBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Qu0yHhVBL._SL75_.jpg",
    "song": "Gold to Me",
    "track_id": "4cd3a6b2-f26c-4006-a1a9-3025aec2c0b0",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Fight for Your Mind",
    "release_id": "b665509c-03ce-405c-ae6f-814a938dbc8e",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1995-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}