Information about plays

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

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

{
    "id": 2681770,
    "uri": "https://api.kexp.org/v2/plays/2681770/?format=api",
    "airdate": "2020-01-03T21:57:00-08:00",
    "show": 46286,
    "show_uri": "https://api.kexp.org/v2/shows/46286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Neva Seen",
    "track_id": "09e67267-88b5-4e11-a545-ee9cd6e9f490",
    "recording_id": null,
    "artist": "Mac Dre",
    "artist_ids": [],
    "album": "The Genie Of The Lamp",
    "release_id": "81948dc7-6e1a-41bf-a8c4-f2602bf620aa",
    "release_group_id": null,
    "labels": [
        "Thizz Entertainment"
    ],
    "label_ids": [
        "cea69036-182b-44ec-b084-7058e29fc477"
    ],
    "release_date": "2016-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}