Information about plays

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

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

{
    "id": 2681271,
    "uri": "https://api.kexp.org/v2/plays/2681271/?format=api",
    "airdate": "2020-01-02T16:08:06-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}