Information about plays

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

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

{
    "id": 2676643,
    "uri": "https://api.kexp.org/v2/plays/2676643/?format=api",
    "airdate": "2019-12-22T05:28:41-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "https://coverartarchive.org/release/313a9852-1ee1-47fe-8675-f9b4d37425a3/23353786705-250.jpg",
    "thumbnail_uri": "",
    "song": "Sleeper",
    "track_id": "80009b74-22b5-4aec-9a68-a62a35016fdb",
    "recording_id": null,
    "artist": "Trentemøller",
    "artist_ids": [
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875"
    ],
    "album": "Obverse",
    "release_id": "313a9852-1ee1-47fe-8675-f9b4d37425a3",
    "release_group_id": null,
    "labels": [
        "HFN Music"
    ],
    "label_ids": [
        "01e27ccc-7553-458d-913a-26b4542e62f1"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Danish producer Trentemøller out of Copenhagen released 'Sleeper' in May.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}