Information about plays

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

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

{
    "id": 355683,
    "uri": "https://api.kexp.org/v2/plays/355683/?format=api",
    "airdate": "2019-07-17T18:06:19-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Around the Horn",
    "track_id": "66324737-6d0a-413b-871b-816e4f016137",
    "recording_id": null,
    "artist": "Phosphorescent",
    "artist_ids": [
        "739da2f1-0741-4c60-a6ed-f42d49bf2eb1"
    ],
    "album": "C’est la vie",
    "release_id": "17e5f51d-0ed4-40eb-b211-a0cec3f6cd0b",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sat 8/24 @ Thing Festival in Port Townsend: https://thingnw.org/ ; https://www.kexp.org/read/2018/7/30/phosphorescent-announces-first-album-5-years-and-shares-lead-single ; https://www.phosphorescentmusic.com ; https://www.facebook.com/Phosphorescentmusic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}