Information about plays

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

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

{
    "id": 370709,
    "uri": "https://api.kexp.org/v2/plays/370709/?format=api",
    "airdate": "2019-08-22T04:51:02-07:00",
    "show": 6176,
    "show_uri": "https://api.kexp.org/v2/shows/6176/?format=api",
    "image_uri": "http://coverartarchive.org/release/6c1c9a5e-77ef-4ded-b334-4034b4aa3abf/19975443318-250.jpg",
    "thumbnail_uri": "",
    "song": "Nont for Sale",
    "track_id": "e0e73dad-530e-4a15-9123-fb0b10ed9731",
    "recording_id": null,
    "artist": "Sudan Archives",
    "artist_ids": [
        "6ce5eca0-4ad6-49e0-a5ab-e11482d85324"
    ],
    "album": "Sink",
    "release_id": "6c1c9a5e-77ef-4ded-b334-4034b4aa3abf",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LIVE on KEXP - SUNDAY at 12.00 pm from THING Festival in Port Townsend! - https://www.kexp.org/events/thing-fest/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}