Information about plays

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

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

{
    "id": 2677521,
    "uri": "https://api.kexp.org/v2/plays/2677521/?format=api",
    "airdate": "2019-12-24T11:18:41-08:00",
    "show": 46217,
    "show_uri": "https://api.kexp.org/v2/shows/46217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Rock Save In Roll",
    "track_id": "33e25034-26fe-40fa-85e0-079632a6efc7",
    "recording_id": null,
    "artist": "Cornershop",
    "artist_ids": [
        "92046be7-0927-4835-a4ed-a90416747d53"
    ],
    "album": "England is a Garden",
    "release_id": "6b5a110b-9849-4ca7-bdee-35c0abc0738c",
    "release_group_id": null,
    "labels": [
        "Ample Play"
    ],
    "label_ids": [
        "7fe6b2e5-5f6d-4c76-816e-83c6bc8e38af"
    ],
    "release_date": "2020-03-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}