Information about plays

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

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

{
    "id": 1342674,
    "uri": "https://api.kexp.org/v2/plays/1342674/?format=api",
    "airdate": "2008-02-24T19:59:00-08:00",
    "show": 23459,
    "show_uri": "https://api.kexp.org/v2/shows/23459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Listen to the Mocking Bird",
    "track_id": "bf7ac1d9-5464-41f3-91ff-81083024d6b1",
    "recording_id": null,
    "artist": "The Lawrence Welk Show",
    "artist_ids": [
        "f81ffcbd-d8ea-42f6-a586-8e3d168abbae"
    ],
    "album": "Swing Dance Big Band Party, Volume 1",
    "release_id": "885c2958-7948-4acc-9c2a-759cbb75139b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}