Information about plays

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

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

{
    "id": 374327,
    "uri": "https://api.kexp.org/v2/plays/374327/?format=api",
    "airdate": "2019-08-30T04:33:03-07:00",
    "show": 6228,
    "show_uri": "https://api.kexp.org/v2/shows/6228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Repair",
    "track_id": "805cfec6-1f23-4045-97d4-5f111d112550",
    "recording_id": null,
    "artist": "Jo Passed",
    "artist_ids": [
        "db7e4c54-5497-4e67-ba83-e6ebd1f98a49"
    ],
    "album": "Their Prime",
    "release_id": "8bfa7b16-6c43-435e-8aed-8349bf3c3556",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing SATURDAY at Werewolf Vacation for Friend Fest 2 (benefit for Colectiva Legal del Pueblo) with iji, Flying Fish Cove, Whitney Ballen, Guayaba, Tomo Nakayama and many more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}