Information about plays

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

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

{
    "id": 342950,
    "uri": "https://api.kexp.org/v2/plays/342950/?format=api",
    "airdate": "2019-06-18T13:05:00-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cafe Joli",
    "track_id": "0d785475-dc49-36b7-a17a-48123ea87bd7",
    "recording_id": null,
    "artist": "Clodhopper",
    "artist_ids": [
        "4b0811ec-e105-458d-a2ff-b749189a23cc"
    ],
    "album": "Red's Recovery Room",
    "release_id": "b38b057c-7fec-4c27-9f0e-299e7e4bc3c3",
    "release_group_id": null,
    "labels": [
        "My Own Planet"
    ],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here are the lyrics to \"Cafe Joli\":  http://sweetslyrics.com/777807.Clodhopper%20-%20cafe%20jolie.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}