Information about plays

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

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

{
    "id": 350572,
    "uri": "https://api.kexp.org/v2/plays/350572/?format=api",
    "airdate": "2019-07-05T19:45:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Overpowered",
    "track_id": "0f1fd59e-1f54-48c9-92cf-b74c9ec6db14",
    "recording_id": null,
    "artist": "Róisín Murphy",
    "artist_ids": [
        "4c56405d-ba8e-4283-99c3-1dc95bdd50e7"
    ],
    "album": "Overpowered",
    "release_id": "518e0b56-2f06-4292-8220-f4ce54f2ec06",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "2007-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to long-running, world-famous Irish rock, pop, and indietronic legend Róisín Murphy! Check out the official video for 'Overpowered' here. https://www.youtube.com/watch?v=ysIl0qMK1ps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}