Information about plays

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

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

{
    "id": 375842,
    "uri": "https://api.kexp.org/v2/plays/375842/?format=api",
    "airdate": "2019-09-03T03:24:50-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/1447a79a-48c7-3707-aede-fd077125a197/9518286822-250.jpg",
    "thumbnail_uri": "",
    "song": "Kerosene",
    "track_id": "89c7741a-212b-38a3-aab0-2f83e62fd868",
    "recording_id": null,
    "artist": "Big Black",
    "artist_ids": [
        "9463868f-edc8-427e-ac07-ea89698e5f15"
    ],
    "album": "The Rich Man's Eight Track Tape",
    "release_id": "1447a79a-48c7-3707-aede-fd077125a197",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1992-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}