Information about plays

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

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

{
    "id": 2681716,
    "uri": "https://api.kexp.org/v2/plays/2681716/?format=api",
    "airdate": "2020-01-03T18:56:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tightrope",
    "track_id": "b681a7be-71b6-4d2f-be90-6a6e5e5cb3d7",
    "recording_id": null,
    "artist": "Havana Maestros",
    "artist_ids": [],
    "album": "Americuba",
    "release_id": "a3ba8f3e-d5e7-485c-932d-1f3bb149de52",
    "release_group_id": null,
    "labels": [
        "Sounds Worldwide"
    ],
    "label_ids": [
        "416dccd2-43dd-45fe-9c74-f7ac3f9ab9c0"
    ],
    "release_date": "2017-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Janelle Monae and featuring her as well!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}