Information about plays

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

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

{
    "id": 2683031,
    "uri": "https://api.kexp.org/v2/plays/2683031/?format=api",
    "airdate": "2020-01-06T23:38:12-08:00",
    "show": 46310,
    "show_uri": "https://api.kexp.org/v2/shows/46310/?format=api",
    "image_uri": "https://coverartarchive.org/release/68d01e38-aab3-4822-8ee8-53c9fc02564b/24488105190-250.jpg",
    "thumbnail_uri": "",
    "song": "Body Language",
    "track_id": "7d5f295e-6ee3-403c-96f2-0ede7a4039ed",
    "recording_id": null,
    "artist": "Hachiku",
    "artist_ids": [
        "d7a21e9a-dd5a-41c9-8fdc-c6115e72c0f7"
    ],
    "album": "Milk on Milk",
    "release_id": "68d01e38-aab3-4822-8ee8-53c9fc02564b",
    "release_group_id": null,
    "labels": [
        "Milk! Records"
    ],
    "label_ids": [
        "6f3fd8dd-28ab-41d7-b1c9-0691499bf1c6"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}