Information about plays

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

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

{
    "id": 2681213,
    "uri": "https://api.kexp.org/v2/plays/2681213/?format=api",
    "airdate": "2020-01-02T12:22:00-08:00",
    "show": 46277,
    "show_uri": "https://api.kexp.org/v2/shows/46277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Left Eye's 3 Minutes And Counting Mix",
    "track_id": null,
    "recording_id": null,
    "artist": "TLC",
    "artist_ids": [
        "99790314-885a-4975-8614-9c5bc890364d"
    ],
    "album": "Ain't 2 Proud 2 Beg",
    "release_id": "df2f24ef-4a70-4845-92e8-188dfb245ec9",
    "release_group_id": null,
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1991-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}