Information about plays

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

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

{
    "id": 347998,
    "uri": "https://api.kexp.org/v2/plays/347998/?format=api",
    "airdate": "2019-06-29T22:45:00-07:00",
    "show": 5798,
    "show_uri": "https://api.kexp.org/v2/shows/5798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That’s Good (extended version)",
    "track_id": "38f56ac0-5acf-4103-b43c-250fec81179c",
    "recording_id": null,
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Turn Around: B‐Sides & More (1978–1984)",
    "release_id": "676b7cc0-1448-4e81-8c0f-35c52b11d78a",
    "release_group_id": null,
    "labels": [
        "Run Out Groove"
    ],
    "label_ids": [
        "95142f2d-463d-45a3-a079-c6aad4f12066"
    ],
    "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"
}