Information about plays

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

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

{
    "id": 2683009,
    "uri": "https://api.kexp.org/v2/plays/2683009/?format=api",
    "airdate": "2020-01-06T22:35:00-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New World Water",
    "track_id": "49b1051d-ab00-4d7a-824b-55ec58cd9c2f",
    "recording_id": null,
    "artist": "Mos Def",
    "artist_ids": [],
    "album": "Black on Both Sides",
    "release_id": "c53be6c2-1a17-4a4a-97e3-d40f61630236",
    "release_group_id": null,
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}