Information about plays

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

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

{
    "id": 513427,
    "uri": "https://api.kexp.org/v2/plays/513427/?format=api",
    "airdate": "2002-02-02T04:04:00-08:00",
    "show": 8847,
    "show_uri": "https://api.kexp.org/v2/shows/8847/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51o6lcN-SAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51o6lcN-SAL._SL75_.jpg",
    "song": "Lion Jungle Dub",
    "track_id": "0b035320-96d1-45e9-a7aa-918e25b25e3f",
    "recording_id": null,
    "artist": "Michael Rose",
    "artist_ids": [
        "ab336570-9bd8-47d5-8540-236f230377ee"
    ],
    "album": "Dub Wicked",
    "release_id": "76686243-e5f7-4769-998f-399de479488d",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}