Information about plays

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

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

{
    "id": 344691,
    "uri": "https://api.kexp.org/v2/plays/344691/?format=api",
    "airdate": "2019-06-22T11:19:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pass the Dutchie",
    "track_id": null,
    "recording_id": null,
    "artist": "Musical Youth",
    "artist_ids": [
        "1a3e7a10-72ed-4591-a363-c1e3bc92fc09"
    ],
    "album": "12\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pass the dutchie 'pon the left hand side (I say) Child reggae band that hit the heights with a song about a stewing pot 30 years ago!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}