Information about plays

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

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

{
    "id": 376951,
    "uri": "https://api.kexp.org/v2/plays/376951/?format=api",
    "airdate": "2019-09-05T09:22:35-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/42060d8e-73f5-4f49-a0a9-71596b561148/23912649591-250.jpg",
    "thumbnail_uri": "",
    "song": "People",
    "track_id": "578a5114-e08a-4bab-8ad5-49380c31218e",
    "recording_id": null,
    "artist": "The 1975",
    "artist_ids": [
        "5b6ebfe0-f72b-4902-bba9-74c8af0f1af0"
    ],
    "album": "People",
    "release_id": "42060d8e-73f5-4f49-a0a9-71596b561148",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-08-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}