Information about plays

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

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

{
    "id": 2677062,
    "uri": "https://api.kexp.org/v2/plays/2677062/?format=api",
    "airdate": "2019-12-23T07:33:06-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "rangerover",
    "track_id": "08ba15e6-ed63-46cc-8aea-8a9833af567e",
    "recording_id": null,
    "artist": "Porches",
    "artist_ids": [
        "40a6d66b-8a96-45c8-838c-dd0c346c45ce"
    ],
    "album": "Rangerover",
    "release_id": "3d27341e-0932-43b5-9663-6ce1b2b4b517",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest single from Porches is 'Rangerover' and features Dev Hynes vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}