Information about plays

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

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

{
    "id": 369180,
    "uri": "https://api.kexp.org/v2/plays/369180/?format=api",
    "airdate": "2019-08-18T17:16:00-07:00",
    "show": 6154,
    "show_uri": "https://api.kexp.org/v2/shows/6154/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sing a Simple Song",
    "track_id": "61955563-cd46-46cc-9e3b-a6220cf78b64",
    "recording_id": null,
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "The Budos Band",
    "release_id": "c018da22-3cd7-499b-b6b3-8831acb89f16",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2014-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}