Information about plays

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

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

{
    "id": 347950,
    "uri": "https://api.kexp.org/v2/plays/347950/?format=api",
    "airdate": "2019-06-29T20:26:05-07:00",
    "show": 5797,
    "show_uri": "https://api.kexp.org/v2/shows/5797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Imitation House",
    "track_id": "d1a9fda4-f7f0-42ef-b1e2-5f7d2312ad37",
    "recording_id": null,
    "artist": "Among Authors",
    "artist_ids": [
        "219bfe57-5fdd-4d22-b09e-d94ed99d784b"
    ],
    "album": "I Am Become",
    "release_id": "d65682cf-45f1-4c7d-bc15-0158ceeb6bc0",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}