Information about plays

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

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

{
    "id": 376953,
    "uri": "https://api.kexp.org/v2/plays/376953/?format=api",
    "airdate": "2019-09-05T09:28:00-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Believe You",
    "track_id": null,
    "recording_id": null,
    "artist": "Dead Soft",
    "artist_ids": [
        "5399638d-6e2f-4a28-990c-2e6465649af4"
    ],
    "album": "Big Blue",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Where: Vancouver, BC | Who: Nathaniel Epp, Keeley Rochon, and Alex Smith | What: Rock n' Roll | https://bit.ly/2lEBqsS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}