Information about plays

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

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

{
    "id": 2681175,
    "uri": "https://api.kexp.org/v2/plays/2681175/?format=api",
    "airdate": "2020-01-02T09:28:16-08:00",
    "show": 46275,
    "show_uri": "https://api.kexp.org/v2/shows/46275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goonda Gold",
    "track_id": "4d66143a-2b1d-41c0-b1f3-e32d2faecd4d",
    "recording_id": null,
    "artist": "Cartel Madras",
    "artist_ids": [
        "f29951c8-12f8-4b8d-acf3-abf0591652af"
    ],
    "album": "Age of the Goonda",
    "release_id": "5ff35f71-8b9a-4910-b729-36432c6b96fd",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}