Information about plays

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

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

{
    "id": 2683075,
    "uri": "https://api.kexp.org/v2/plays/2683075/?format=api",
    "airdate": "2020-01-07T02:26:43-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Took My Time",
    "track_id": "3dca7ca1-283b-446e-8caa-a2d653ffef20",
    "recording_id": null,
    "artist": "Dogbreth",
    "artist_ids": [
        "f6c3b29a-efbc-4156-ae6b-97f6a5fde601"
    ],
    "album": "Ever Loving",
    "release_id": "c55236b9-0364-407f-9277-c48997a340e1",
    "release_group_id": null,
    "labels": [
        "Asian Man Records"
    ],
    "label_ids": [
        "79cae522-8d5a-4535-a760-575b58f8957d"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Recent KEXP interview with Dogbreth on the blog: https://kexp.org/read/2019/11/7/throwaway-style-wholesome-interview-dogbreth/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}