Information about plays

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

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

{
    "id": 2681800,
    "uri": "https://api.kexp.org/v2/plays/2681800/?format=api",
    "airdate": "2020-01-03T23:29:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water (feat. Lil Baby)",
    "track_id": null,
    "recording_id": null,
    "artist": "ScHoolboy Q",
    "artist_ids": [
        "bce6d667-cde8-485e-b078-c0a05adea36d"
    ],
    "album": "CrasH Talk",
    "release_id": "4ed08c21-1c67-4052-b7ae-77beb81c4001",
    "release_group_id": null,
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest album 'CrasH Talk' can be streamed on all platforms on schoolboyq.com.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}