Information about plays

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

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

{
    "id": 2678000,
    "uri": "https://api.kexp.org/v2/plays/2678000/?format=api",
    "airdate": "2019-12-25T15:28:47-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Have S.A.D. & A Fear of Lawn Gnomes",
    "track_id": null,
    "recording_id": null,
    "artist": "Bear Puck",
    "artist_ids": [],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "SoundCloud"
    ],
    "label_ids": [
        "c31188e1-7d0d-45e5-834a-2e8c0ae76ad4"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}