Information about plays

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

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

{
    "id": 372423,
    "uri": "https://api.kexp.org/v2/plays/372423/?format=api",
    "airdate": "2019-08-26T05:02:49-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taking Chances",
    "track_id": "a8402a1e-7534-405d-bbc0-f569979dad7f",
    "recording_id": null,
    "artist": "Luke Temple",
    "artist_ids": [
        "27c978f2-284d-469f-a116-23f7fca9a6fc"
    ],
    "album": "Both-And",
    "release_id": "d841859c-bf33-4bb5-96d9-89e0f2742b3a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}