Information about plays

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

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

{
    "id": 349474,
    "uri": "https://api.kexp.org/v2/plays/349474/?format=api",
    "airdate": "2019-07-03T06:40:45-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/02b3248d-d2c0-4b79-89f9-627d9ac0746e/8955117685-250.jpg",
    "thumbnail_uri": "",
    "song": "Needle and a Knife",
    "track_id": "9fbeb195-22ae-4ebf-b790-9edd17e3eded",
    "recording_id": null,
    "artist": "Tennis",
    "artist_ids": [
        "a8982cb0-7886-4e60-9f6a-3b71baa370e6"
    ],
    "album": "Ritual in Repeat",
    "release_id": "02b3248d-d2c0-4b79-89f9-627d9ac0746e",
    "release_group_id": null,
    "labels": [
        "Communion Records"
    ],
    "label_ids": [
        "f658c6bd-b2e9-42ee-ab03-1622aa649602"
    ],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}