Information about plays

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

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

{
    "id": 342500,
    "uri": "https://api.kexp.org/v2/plays/342500/?format=api",
    "airdate": "2019-06-17T08:50:11-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "http://coverartarchive.org/release/38de5803-6fee-4da9-8d7e-b01aaea24332/22714691858-250.jpg",
    "thumbnail_uri": "",
    "song": "Glory",
    "track_id": "19721e15-0dc4-4d1f-b3f7-3f22bb8bb19c",
    "recording_id": null,
    "artist": "Maverick Sabre",
    "artist_ids": [
        "b0311291-19f9-4288-96be-e8a5da0a104a"
    ],
    "album": "When I Wake Up",
    "release_id": "38de5803-6fee-4da9-8d7e-b01aaea24332",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's in your heart now, let them notice..\" \n\nHere's the official video: https://www.youtube.com/watch?v=hRj2hZsSJ1k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}