Information about plays

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

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

{
    "id": 374444,
    "uri": "https://api.kexp.org/v2/plays/374444/?format=api",
    "airdate": "2019-08-30T11:28:07-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "http://coverartarchive.org/release/1cac1453-80d6-3e4d-ad25-860c9d049531/6803826699-250.jpg",
    "thumbnail_uri": "",
    "song": "Ladytron",
    "track_id": "ad470332-8172-3359-b874-2c9ed84328ae",
    "recording_id": null,
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Roxy Music",
    "release_id": "1cac1453-80d6-3e4d-ad25-860c9d049531",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British electronic band Ladytron took their name from this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}