Information about plays

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

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

{
    "id": 347139,
    "uri": "https://api.kexp.org/v2/plays/347139/?format=api",
    "airdate": "2019-06-27T20:12:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretty Girl",
    "track_id": "42a14198-0ee9-3319-926a-9a60d8cb2367",
    "recording_id": null,
    "artist": "Diana Jones",
    "artist_ids": [
        "62bf746a-2bf2-40c3-b195-6bcb10eb7fbb"
    ],
    "album": "My Remembrance of You",
    "release_id": "c0d281bc-61d4-4d14-9585-20a346fd12cf",
    "release_group_id": null,
    "labels": [
        "NewSong Recordings"
    ],
    "label_ids": [
        "ce9eedf4-1b6d-4521-bfbf-2a8b78e69ce5"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}