Information about plays

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

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

{
    "id": 2681877,
    "uri": "https://api.kexp.org/v2/plays/2681877/?format=api",
    "airdate": "2020-01-04T02:53:42-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SONIA",
    "track_id": "34d41dcc-5e3f-49df-b6b7-c4edf6689637",
    "recording_id": null,
    "artist": "Jamila Woods featuring Nitty Scott",
    "artist_ids": [
        "9bbb1c10-f00d-45d9-b3e6-9a6b35edde72"
    ],
    "album": "LEGACY! LEGACY!",
    "release_id": "84f2a351-913b-4f73-853b-023e5c256912",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}