Information about plays

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

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

{
    "id": 2678641,
    "uri": "https://api.kexp.org/v2/plays/2678641/?format=api",
    "airdate": "2019-12-27T03:57:36-08:00",
    "show": 46232,
    "show_uri": "https://api.kexp.org/v2/shows/46232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Used To Be Yours",
    "track_id": "03799209-15a6-4758-9c17-f74c4f216278",
    "recording_id": null,
    "artist": "The Ninth Wave",
    "artist_ids": [
        "dd482c74-9727-4c68-9fbc-60f17089e5dd"
    ],
    "album": "Infancy",
    "release_id": "3b287adf-4ffb-446d-b14d-0a4f238cbb2f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}