Information about plays

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

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

{
    "id": 2681487,
    "uri": "https://api.kexp.org/v2/plays/2681487/?format=api",
    "airdate": "2020-01-03T03:50:15-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b723368-16cb-4bc7-89e4-9187a8f3a600/19234707852-250.jpg",
    "thumbnail_uri": "",
    "song": "The Same",
    "track_id": "73519c0a-ec84-4c4c-9613-7aa4276f31dd",
    "recording_id": null,
    "artist": "Moaning",
    "artist_ids": [
        "d5d4af51-8c20-45ed-9cc4-f8bbbb28289d"
    ],
    "album": "Moaning",
    "release_id": "0b723368-16cb-4bc7-89e4-9187a8f3a600",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}