Information about plays

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

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

{
    "id": 353525,
    "uri": "https://api.kexp.org/v2/plays/353525/?format=api",
    "airdate": "2019-07-12T15:50:15-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/52f9ab05-f008-49e1-9599-217eaa5ba2bb/22487787820-250.jpg",
    "thumbnail_uri": "",
    "song": "You Had Your Soul With You",
    "track_id": "64adb28e-8372-4c26-9e16-2b4e0326ddf9",
    "recording_id": null,
    "artist": "The National",
    "artist_ids": [
        "664c3e0e-42d8-48c1-b209-1efca19c0325"
    ],
    "album": "I Am Easy to Find",
    "release_id": "52f9ab05-f008-49e1-9599-217eaa5ba2bb",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aug 29th at Marymoor Park in Redmond, WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}