Information about plays

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

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

{
    "id": 2683135,
    "uri": "https://api.kexp.org/v2/plays/2683135/?format=api",
    "airdate": "2020-01-07T05:49:05-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/059fee74-f2fb-4d5d-bc04-74fc86d29f26/21175491141-250.jpg",
    "thumbnail_uri": "",
    "song": "Los Ageless",
    "track_id": "3b7eef96-83bf-45f6-800b-56da6f3618f8",
    "recording_id": null,
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "MassEducation",
    "release_id": "059fee74-f2fb-4d5d-bc04-74fc86d29f26",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}