Information about plays

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

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

{
    "id": 2679863,
    "uri": "https://api.kexp.org/v2/plays/2679863/?format=api",
    "airdate": "2019-12-30T07:10:00-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Against the Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Against the Day",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wolf Parade will be playing a free in store at Sonic Boom on January 26th and at the Showbox February 11th. https://wolfparade.com/Tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}