Information about plays

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

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

{
    "id": 348809,
    "uri": "https://api.kexp.org/v2/plays/348809/?format=api",
    "airdate": "2019-07-01T23:06:00-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moo Blend",
    "track_id": null,
    "recording_id": null,
    "artist": "Swarvy",
    "artist_ids": [
        "15249663-ca61-4182-8865-4f0409f04940"
    ],
    "album": "Blend No. 1-4",
    "release_id": "88424407-3121-470d-8c35-3a8e0d7815a4",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-01-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}