Information about plays

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

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

{
    "id": 371476,
    "uri": "https://api.kexp.org/v2/plays/371476/?format=api",
    "airdate": "2019-08-23T20:56:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guess the Rest",
    "track_id": null,
    "recording_id": null,
    "artist": "Jameson",
    "artist_ids": [
        "25f5b738-9b7a-4988-b89f-3e87b52f8525"
    ],
    "album": "Guess the Rest",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Love & Other"
    ],
    "label_ids": [],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At only 20 years old, Jameson spins this 4x4 house beat to keep you dancing! https://soundcloud.com/loveandotherthings/jameson-guess-the-rest-edit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}