Information about plays

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

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

{
    "id": 2683152,
    "uri": "https://api.kexp.org/v2/plays/2683152/?format=api",
    "airdate": "2020-01-07T06:51:02-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Bleed",
    "track_id": "baf772e4-0ae3-4574-b4ae-675a1b00d781",
    "recording_id": null,
    "artist": "MYXA",
    "artist_ids": [
        "38c7f315-ba17-4393-84df-01f9c6cdfb08"
    ],
    "album": "MOSCA",
    "release_id": "5edf4a68-1dcb-4116-a1a7-9ee60091e8c9",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Find more from local duo MYXA here:  https://myxa.band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}