Information about plays

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

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

{
    "id": 374992,
    "uri": "https://api.kexp.org/v2/plays/374992/?format=api",
    "airdate": "2019-08-31T22:05:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Padded Cell",
    "track_id": "64bedaec-946c-4690-baae-3f3034bd07e9",
    "recording_id": null,
    "artist": "Mentally Ill",
    "artist_ids": [
        "5febcdc4-86ce-4a04-b3d4-71fb0236f557"
    ],
    "album": "Strike the Bottom Red",
    "release_id": "3c5ab8f9-ef72-41c4-88d5-85a378215fd6",
    "release_group_id": null,
    "labels": [
        "Autistic Records"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Chicago; https://thementallyill.bandcamp.com/album/strike-the-bottom-red",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}