Information about plays

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

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

{
    "id": 348488,
    "uri": "https://api.kexp.org/v2/plays/348488/?format=api",
    "airdate": "2019-07-01T04:18:14-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "http://coverartarchive.org/release/7f4bf24c-7d11-413e-8c92-b83d815cc5bc/16292434366-250.jpg",
    "thumbnail_uri": "",
    "song": "Told You I'd Be with the Guys",
    "track_id": "208783cb-c147-4563-b118-d2e754f7b524",
    "recording_id": null,
    "artist": "Cherry Glazerr",
    "artist_ids": [
        "64a0c404-58af-4083-8fc6-a6725ef02ecb"
    ],
    "album": "Apocalipstick",
    "release_id": "7f4bf24c-7d11-413e-8c92-b83d815cc5bc",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2017-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}