Information about plays

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

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

{
    "id": 2678579,
    "uri": "https://api.kexp.org/v2/plays/2678579/?format=api",
    "airdate": "2019-12-27T00:03:08-08:00",
    "show": 46231,
    "show_uri": "https://api.kexp.org/v2/shows/46231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Josephine",
    "track_id": "f7e5ed69-e119-49a9-ad95-c9d6accef1d6",
    "recording_id": null,
    "artist": "Escort",
    "artist_ids": [
        "d1905c22-27b7-4e14-8e04-caf9a31ec8b4"
    ],
    "album": "Josephine",
    "release_id": "e2112bd2-c515-49d1-8408-deee6b6491d7",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}