Information about plays

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

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

{
    "id": 349923,
    "uri": "https://api.kexp.org/v2/plays/349923/?format=api",
    "airdate": "2019-07-04T06:04:57-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm a Dreamer",
    "track_id": "cdb10020-6ac4-42d1-9ac0-c6b6093cf47b",
    "recording_id": null,
    "artist": "Trans FX",
    "artist_ids": [
        "868f0862-cf50-4c03-acde-f2766c2f9af4"
    ],
    "album": "The Showroom Dummies",
    "release_id": "f9634290-bb3e-4a57-85d4-fabf927edcad",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Found on the fifth full-length album from TransFX, featuring the vocals of Valerie Warren. Find the full release here: https://transfx.bandcamp.com/album/the-showroom-dummies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}