Information about plays

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

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

{
    "id": 343379,
    "uri": "https://api.kexp.org/v2/plays/343379/?format=api",
    "airdate": "2019-06-19T08:47:00-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Loss & Relax",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "Loss & Relax",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Saddle Creek"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can catch Black Belt Eagle Scout at The Thing Festival this August. - https://thingnw.org/ <br> </br> She also performed live on The Morning Show last year: https://www.youtube.com/watch?v=-ETvVgrkp14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}