Information about plays

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

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

{
    "id": 508181,
    "uri": "https://api.kexp.org/v2/plays/508181/?format=api",
    "airdate": "2002-01-17T20:57:00-08:00",
    "show": 8745,
    "show_uri": "https://api.kexp.org/v2/shows/8745/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HJ2GEJ6XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HJ2GEJ6XL._SL75_.jpg",
    "song": "Kerosene",
    "track_id": "bd71f759-924b-49b2-8c30-f67d32744343",
    "recording_id": null,
    "artist": "The Bottle Rockets",
    "artist_ids": [
        "5af23567-e014-4ce9-90ff-06b8d3e8b887"
    ],
    "album": "Bottle Rockets",
    "release_id": "3e86a022-4255-4d0c-944e-57edbd91189a",
    "release_group_id": null,
    "labels": [
        "East Side Digital"
    ],
    "label_ids": [
        "12221f9f-98b6-4457-945e-ec1037671ab5"
    ],
    "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"
}