Information about plays

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

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

{
    "id": 2681722,
    "uri": "https://api.kexp.org/v2/plays/2681722/?format=api",
    "airdate": "2020-01-03T19:20:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My House (Tensnake remix)",
    "track_id": "e4d3e500-7852-385b-9362-1fdad1c6713b",
    "recording_id": null,
    "artist": "Hercules and Love Affair",
    "artist_ids": [
        "b62ecfe7-b2e6-4d40-b7d2-8f12d3f51ed6"
    ],
    "album": "My House",
    "release_id": "a71a5896-a00a-40db-a199-f26398b6cb0d",
    "release_group_id": null,
    "labels": [
        "もしもし"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://herculesandloveaffair.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}