Information about plays

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

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

{
    "id": 371938,
    "uri": "https://api.kexp.org/v2/plays/371938/?format=api",
    "airdate": "2019-08-24T23:37:00-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "xDumbfucksx",
    "track_id": "aa94f2de-6093-381e-acce-56a41cd51c2d",
    "recording_id": null,
    "artist": "Charles Bronson",
    "artist_ids": [
        "280d1620-bf50-405c-a232-c4d9a518bd42"
    ],
    "album": "Youth Attack!",
    "release_id": "05724af8-bc9a-40ea-9f4d-91655676be74",
    "release_group_id": null,
    "labels": [
        "Lengua Armada"
    ],
    "label_ids": [
        "a2c97992-9217-400e-8fe4-7d6644f88ab9"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}