Information about plays

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

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

{
    "id": 2682549,
    "uri": "https://api.kexp.org/v2/plays/2682549/?format=api",
    "airdate": "2020-01-05T17:39:35-08:00",
    "show": 46301,
    "show_uri": "https://api.kexp.org/v2/shows/46301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "6 Feet",
    "track_id": "1779eaf4-d95f-4e5b-8281-32d4987a1858",
    "recording_id": null,
    "artist": "Left at London",
    "artist_ids": [
        "3944b36f-0ec2-4972-bab4-c45477b7b8f1"
    ],
    "album": "6 Feet",
    "release_id": "49a1f3b7-d510-4c03-8e52-5eeea84f5bb0",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-12-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}