Information about plays

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

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

{
    "id": 2677087,
    "uri": "https://api.kexp.org/v2/plays/2677087/?format=api",
    "airdate": "2019-12-23T09:05:27-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's A Fantasy",
    "track_id": "66ad049b-b9b3-4f14-91ae-8dc378f16615",
    "recording_id": null,
    "artist": "Young Guv",
    "artist_ids": [
        "01f841ab-58b4-41b5-b186-f8a5a5507688"
    ],
    "album": "GUV II",
    "release_id": "1d18fae0-f076-40d8-9e73-f90ef4f51051",
    "release_group_id": null,
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian musician Young Guv with his October release 'GUV II,' the track is 'She's A Fantasy.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}