Information about plays

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

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

{
    "id": 1356315,
    "uri": "https://api.kexp.org/v2/plays/1356315/?format=api",
    "airdate": "2008-03-30T23:47:00-07:00",
    "show": 23688,
    "show_uri": "https://api.kexp.org/v2/shows/23688/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/29636",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/29637",
    "song": "Blood on My Hands (Ricardo Villalobos' Apocalypso Now mix)",
    "track_id": "a0d5c80e-08b1-44ef-b21f-e718b5a14f65",
    "recording_id": null,
    "artist": "Shackleton",
    "artist_ids": [
        "6b9b48d9-e409-41a2-b007-e58521e17fc5"
    ],
    "album": "Soundboy Punishments (disc 2)",
    "release_id": "f060f348-eb8f-4a11-b563-3bffc15cc722",
    "release_group_id": null,
    "labels": [
        "Skull Disco"
    ],
    "label_ids": [
        "73e094c0-1f30-4188-bcac-4e88766e9220"
    ],
    "release_date": "2007-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}