Information about plays

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

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

{
    "id": 350183,
    "uri": "https://api.kexp.org/v2/plays/350183/?format=api",
    "airdate": "2019-07-04T20:52:33-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fourth of July",
    "track_id": "b0ef51ac-f139-339b-8836-078c978279ad",
    "recording_id": null,
    "artist": "Dave Alvin",
    "artist_ids": [
        "306ebc54-d11c-4bf4-9f37-27adc37d00b4"
    ],
    "album": "King of California",
    "release_id": "646e3fbd-0554-4913-b433-0c2a758eaffe",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mon 7/29/19 and Wed 7/31/19 @Tractor",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}