Information about plays

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

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

{
    "id": 347567,
    "uri": "https://api.kexp.org/v2/plays/347567/?format=api",
    "airdate": "2019-06-28T19:54:22-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "http://coverartarchive.org/release/f42f6682-26af-4fc5-b721-54f97d21c263/19462957373-250.jpg",
    "thumbnail_uri": "",
    "song": "Don't Stop (If It Feels Good Do It)",
    "track_id": "c1935776-9a0a-4043-8271-9c8ddcfc4f62",
    "recording_id": null,
    "artist": "Sloan",
    "artist_ids": [
        "5a63c831-5bdb-444d-a9db-974501e3317d"
    ],
    "album": "12",
    "release_id": "f42f6682-26af-4fc5-b721-54f97d21c263",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2018-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sloan - Full Performance (Live on KEXP): https://bit.ly/2eDwP4p",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}