Information about plays

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

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

{
    "id": 344726,
    "uri": "https://api.kexp.org/v2/plays/344726/?format=api",
    "airdate": "2019-06-22T13:10:33-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/f15dafdb-215f-435c-8d51-13fd1fb25c6b/20675363654-250.jpg",
    "thumbnail_uri": "",
    "song": "Teenage Wasteland",
    "track_id": "9e381ca4-f6ad-4f56-854b-8c0552bf97b8",
    "recording_id": null,
    "artist": "Wussy",
    "artist_ids": [
        "db4295e7-06e1-433c-93cb-2f2a86a7ea3a"
    ],
    "album": "Attica!",
    "release_id": "f15dafdb-215f-435c-8d51-13fd1fb25c6b",
    "release_group_id": null,
    "labels": [
        "Shake It! Records"
    ],
    "label_ids": [
        "e1e12b79-21ab-403e-bea0-8a81dbf5ed42"
    ],
    "release_date": "2014-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Be sure to follow the KEXP YouTube channel and subscribe to see all of the new videos from interviews, to performances and so much more! https://www.youtube.com/watch?v=8xsgu7mSIOk.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}