Information about plays

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

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

{
    "id": 344504,
    "uri": "https://api.kexp.org/v2/plays/344504/?format=api",
    "airdate": "2019-06-21T23:38:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lie4",
    "track_id": "3401a3be-ff65-3558-bb8e-a7e769cf271d",
    "recording_id": null,
    "artist": "Danny Brown",
    "artist_ids": [
        "485aafec-d2b9-4eae-9ebe-97e90928a59a"
    ],
    "album": "XXX",
    "release_id": "77d955b1-8cac-4a87-8fa1-84a6f93466bc",
    "release_group_id": null,
    "labels": [
        "Fool’s Gold Records"
    ],
    "label_ids": [],
    "release_date": "2011-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the trailer for Danny Brown's new show \"Danny's House\" on VICELAND...premiering Wed. July 17th! https://www.youtube.com/watch?v=9CBcGoLn_b8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}