Information about plays

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

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

{
    "id": 515920,
    "uri": "https://api.kexp.org/v2/plays/515920/?format=api",
    "airdate": "2002-02-09T04:07:00-08:00",
    "show": 8894,
    "show_uri": "https://api.kexp.org/v2/shows/8894/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EZou-TGhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EZou-TGhL._SL75_.jpg",
    "song": "Super Freak",
    "track_id": null,
    "recording_id": null,
    "artist": "Rick James",
    "artist_ids": [
        "cba9cec2-be8d-41bd-91b4-a1cd7de39b0c"
    ],
    "album": "Street Songs",
    "release_id": "57177b5c-59f9-4988-b9fe-917586fc7034",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1981-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}