Information about plays

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

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

{
    "id": 376239,
    "uri": "https://api.kexp.org/v2/plays/376239/?format=api",
    "airdate": "2019-09-03T21:57:15-07:00",
    "show": 6264,
    "show_uri": "https://api.kexp.org/v2/shows/6264/?format=api",
    "image_uri": "http://coverartarchive.org/release/8e9d5d51-ae19-4009-b9d0-30eb08d7d002/23489983216-250.jpg",
    "thumbnail_uri": "",
    "song": "Red White and Black",
    "track_id": "0d7c45aa-8fa6-4e39-bb0e-bb0792a455a8",
    "recording_id": null,
    "artist": "Jesca Hoop",
    "artist_ids": [
        "b5330942-ffdf-49cb-8a13-b5d7b5d67bff"
    ],
    "album": "STONECHILD",
    "release_id": "8e9d5d51-ae19-4009-b9d0-30eb08d7d002",
    "release_group_id": null,
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2019-07-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}