Information about plays

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

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

{
    "id": 2683066,
    "uri": "https://api.kexp.org/v2/plays/2683066/?format=api",
    "airdate": "2020-01-07T01:47:54-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/04965140-4d58-46fb-8618-e0d69d4a85f1/24699529368-250.jpg",
    "thumbnail_uri": "",
    "song": "Shlon",
    "track_id": "570c0b6a-7a06-4224-9eef-7c003fcf06a1",
    "recording_id": null,
    "artist": "Omar Souleyman",
    "artist_ids": [
        "09f79b92-fd07-482a-88d9-a335240ebb7f"
    ],
    "album": "Shlon",
    "release_id": "04965140-4d58-46fb-8618-e0d69d4a85f1",
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [
        "97e08824-a090-45bf-bde0-44186daddfd8"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bjork - Crystalline (Omar Souleyman Remix): https://www.youtube.com/watch?v=3vEjKrP6tOs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}