Information about plays

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

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

{
    "id": 2679273,
    "uri": "https://api.kexp.org/v2/plays/2679273/?format=api",
    "airdate": "2019-12-28T20:33:16-08:00",
    "show": 46244,
    "show_uri": "https://api.kexp.org/v2/shows/46244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2 scoops Feat. Adra Boo",
    "track_id": "857775a8-b8e2-4d27-89df-ef4169b959ea",
    "recording_id": null,
    "artist": "Yirim Seck feat. Adra Boo",
    "artist_ids": [
        "6bc3c2b4-23df-4a98-b216-907683ceb788"
    ],
    "album": "Hear Me Out Too (Seckond Edition)",
    "release_id": "66ce9ff3-34d5-446c-ba08-65babc679474",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-18",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}