Information about plays

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

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

{
    "id": 348076,
    "uri": "https://api.kexp.org/v2/plays/348076/?format=api",
    "airdate": "2019-06-30T03:52:14-07:00",
    "show": 5800,
    "show_uri": "https://api.kexp.org/v2/shows/5800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trustt",
    "track_id": "a06bc483-99c8-4b18-a15a-3c13e22e21ea",
    "recording_id": null,
    "artist": "Jitwam",
    "artist_ids": [
        "a4dece6b-7a20-45e0-b7c3-9eb395104bf7"
    ],
    "album": "Honeycomb",
    "release_id": "5b7272b3-ae38-48cb-b865-86c21327f2e5",
    "release_group_id": null,
    "labels": [
        "Tartelet Records"
    ],
    "label_ids": [
        "7a2efac9-692f-4b26-9f55-c42d4c608bcc"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}