Information about plays

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

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

{
    "id": 2679705,
    "uri": "https://api.kexp.org/v2/plays/2679705/?format=api",
    "airdate": "2019-12-29T20:30:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look Closer (Can't You See the Signs?)",
    "track_id": "1b11ece4-3b65-4183-b597-ec363255f0de",
    "recording_id": null,
    "artist": "Saun & Starr",
    "artist_ids": [
        "be781240-09be-4a64-ae1d-aedbb9351213"
    ],
    "album": "Look Closer",
    "release_id": "de89cc42-ef2c-437f-be54-3b4735345a69",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}