Information about plays

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

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

{
    "id": 2682870,
    "uri": "https://api.kexp.org/v2/plays/2682870/?format=api",
    "airdate": "2020-01-06T13:54:51-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Battery",
    "track_id": "a02869c3-cf88-478a-a16f-ac2ff1b556df",
    "recording_id": null,
    "artist": "Rodrigo y Gabriela",
    "artist_ids": [
        "a8ed28e3-5c08-4448-b889-867483e251f5"
    ],
    "album": "Battery",
    "release_id": "cdc3d8b5-b0df-47e8-b141-50dded2c9baa",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-11-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}