Information about plays

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

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

{
    "id": 2681962,
    "uri": "https://api.kexp.org/v2/plays/2681962/?format=api",
    "airdate": "2020-01-04T09:27:00-08:00",
    "show": 46289,
    "show_uri": "https://api.kexp.org/v2/shows/46289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pass the Tu-Sheng-Peng",
    "track_id": "9e79add6-c815-430a-b3c6-20a15d65b53e",
    "recording_id": null,
    "artist": "Frankie Paul",
    "artist_ids": [
        "291ec398-9ad9-4db9-949f-b99a880d18b3"
    ],
    "album": "Most Wanted",
    "release_id": "69d35999-b430-4f03-b08c-32aa7f5a94cc",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}