Information about plays

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

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

{
    "id": 2683114,
    "uri": "https://api.kexp.org/v2/plays/2683114/?format=api",
    "airdate": "2020-01-07T04:41:24-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2 Real",
    "track_id": "32efb06f-e7ce-4f17-9487-c4c6a96147ab",
    "recording_id": null,
    "artist": "Parisalexa",
    "artist_ids": [
        "2371c6a6-4a8e-411a-8288-7d51163b1247"
    ],
    "album": "2 Real",
    "release_id": "32ffee26-75cc-4713-a58f-23bee9aa12cd",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-13",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Parisalexa - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=aFunGMwm-Mk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}