Information about plays

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

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

{
    "id": 379316,
    "uri": "https://api.kexp.org/v2/plays/379316/?format=api",
    "airdate": "2019-09-10T23:00:06-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "http://coverartarchive.org/release/41ed6298-5a51-4131-8ef2-ddfdc689c7c1/23193645590-250.jpg",
    "thumbnail_uri": "",
    "song": "Over & Over",
    "track_id": "7cea3347-7930-465b-a0a1-41f63349e1c4",
    "recording_id": null,
    "artist": "Reignwolf",
    "artist_ids": [
        "17f7d39e-14be-4d49-8c5e-f1bc7005aebd"
    ],
    "album": "Hear Me Out",
    "release_id": "41ed6298-5a51-4131-8ef2-ddfdc689c7c1",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}