Information about plays

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

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

{
    "id": 2682677,
    "uri": "https://api.kexp.org/v2/plays/2682677/?format=api",
    "airdate": "2020-01-06T02:51:56-08:00",
    "show": 46305,
    "show_uri": "https://api.kexp.org/v2/shows/46305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Love",
    "track_id": "f28af818-12b1-40fe-bdbd-b20768781918",
    "recording_id": null,
    "artist": "Bat for Lashes",
    "artist_ids": [
        "10000730-525f-4ed5-aaa8-92888f060f5f"
    ],
    "album": "The Bride",
    "release_id": "4b1db887-fccf-469f-8795-74552055ed28",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2016-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}