Information about plays

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

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

{
    "id": 2678031,
    "uri": "https://api.kexp.org/v2/plays/2678031/?format=api",
    "airdate": "2019-12-25T16:51:48-08:00",
    "show": 46223,
    "show_uri": "https://api.kexp.org/v2/shows/46223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Cancelled",
    "track_id": "8d1a3daf-d259-3582-9d48-b254372a44e7",
    "recording_id": null,
    "artist": "Macka B",
    "artist_ids": [
        "27dd8224-d752-40e5-9af8-47fd33e61d86"
    ],
    "album": "Global Messenger",
    "release_id": "6bb10721-715f-476a-b125-dcc81f52f988",
    "release_group_id": null,
    "labels": [
        "Ariwa"
    ],
    "label_ids": [
        "0ca1ab85-fd00-4a75-833a-b20e69501542"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}