Information about plays

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

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

{
    "id": 1375419,
    "uri": "https://api.kexp.org/v2/plays/1375419/?format=api",
    "airdate": "2008-05-17T23:14:00-07:00",
    "show": 24006,
    "show_uri": "https://api.kexp.org/v2/shows/24006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411E69BRMXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411E69BRMXL._SL75_.jpg",
    "song": "Drainpipe",
    "track_id": "cc197f3d-47d3-4fb4-891c-1cfb3e7fd523",
    "recording_id": null,
    "artist": "Prong",
    "artist_ids": [
        "366b86a0-74b2-4fcb-ba79-637258299dbb"
    ],
    "album": "Force Fed",
    "release_id": "8d69aeb3-d1b4-4fc2-bb01-d2837611e3d5",
    "release_group_id": null,
    "labels": [
        "In-Effect"
    ],
    "label_ids": [
        "2a7d9419-ad51-4187-b278-8bfa695fd227"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}