Information about plays

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

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

{
    "id": 373438,
    "uri": "https://api.kexp.org/v2/plays/373438/?format=api",
    "airdate": "2019-08-28T08:41:16-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Colour Television",
    "track_id": "5ae126b6-9fdf-33cc-aad0-051fe0230536",
    "recording_id": null,
    "artist": "Eddy Current Suppression Ring",
    "artist_ids": [
        "eae4431e-0880-4df6-82b1-ec446f413b02"
    ],
    "album": "Primary Colours",
    "release_id": "5ec6e62a-4b6b-498d-9507-b2d66b7c975d",
    "release_group_id": null,
    "labels": [
        "Goner Records"
    ],
    "label_ids": [
        "5f34cb71-a278-447e-be19-1d068d3e74ca"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eddy Current Suppression Ring formed in 2003 in Melbourne when two brothers \"Danny Current\" (Daniel Gordon Young) on drums and Mikey aka \"Eddy Current\" (Michael David Young) on guitar and keyboard, started jamming at the Christmas party at the Corduroy Records vinyl pressing plant where Mikey worked. The band's name derived from members recalling another employee at the pressing plant stating he had to fix the eddy current suppression ring - a copper ring around a transformer which subdues eddy currents.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}