Information about plays

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

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

{
    "id": 416797,
    "uri": "https://api.kexp.org/v2/plays/416797/?format=api",
    "airdate": "2001-04-20T17:37:30-07:00",
    "show": 6955,
    "show_uri": "https://api.kexp.org/v2/shows/6955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock the Nation (Tuhoe Nation remix)",
    "track_id": "d914b131-b749-4df6-b23b-6c84e5b0a51e",
    "recording_id": null,
    "artist": "Michael Franti and Spearhead",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4"
    ],
    "album": "Rock the Nation",
    "release_id": "582fec45-573c-41f8-9fef-ab47860531bd",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}