Information about plays

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

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

{
    "id": 2682697,
    "uri": "https://api.kexp.org/v2/plays/2682697/?format=api",
    "airdate": "2020-01-06T03:53:29-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Asexual Wellbeing",
    "track_id": "9e39e171-19b7-46a6-aab7-a5d148543e31",
    "recording_id": null,
    "artist": "Okay Kaya",
    "artist_ids": [
        "d59ffaee-fcb3-4607-b680-4013b80fd9be"
    ],
    "album": "Watch This Liquid Pour Itself",
    "release_id": "ca92e2f6-c26e-4dd1-8f36-87c9726bb694",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2020-01-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}