Information about plays

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

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

{
    "id": 530536,
    "uri": "https://api.kexp.org/v2/plays/530536/?format=api",
    "airdate": "2002-03-24T02:59:05-08:00",
    "show": 9184,
    "show_uri": "https://api.kexp.org/v2/shows/9184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G58WAJMSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G58WAJMSL._SL75_.jpg",
    "song": "LSD",
    "track_id": "a3835569-1b18-4142-ad0b-ee57fb38e125",
    "recording_id": null,
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "There's a Poison Goin On... ",
    "release_id": "b6cdbbf3-5531-49b6-941e-e21cf4be4276",
    "release_group_id": null,
    "labels": [
        "Atomic Pop"
    ],
    "label_ids": [
        "63dc1c2c-efcb-4f7e-bc17-d5378a6ff521"
    ],
    "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"
}