Information about plays

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

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

{
    "id": 380187,
    "uri": "https://api.kexp.org/v2/plays/380187/?format=api",
    "airdate": "2019-09-12T23:28:51-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dial Me In",
    "track_id": "8ad63b5f-5534-4d71-8d7c-59ab003d9fbc",
    "recording_id": null,
    "artist": "Factory Floor",
    "artist_ids": [
        "1ad28cfc-cf6f-4f0c-a902-5066a0d02fff"
    ],
    "album": "25 25",
    "release_id": "2f060b8b-754b-4ac5-8ec3-7599cee52e39",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2016-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Factory Floor are a London based band formed in 2005. They have been described as 'post industrial', using live drums, synthesizers and noise.\n\nCheck them out performing LIVE in KEXP studio. Recorded April 8, 2014 https://www.youtube.com/watch?v=oeeY86yIwzc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}