Information about plays

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

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

{
    "id": 486305,
    "uri": "https://api.kexp.org/v2/plays/486305/?format=api",
    "airdate": "2001-11-13T20:00:00-08:00",
    "show": 8318,
    "show_uri": "https://api.kexp.org/v2/shows/8318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217M1PEHQHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217M1PEHQHL._SL75_.jpg",
    "song": "Yeh rezmi Sulfain",
    "track_id": null,
    "recording_id": null,
    "artist": "Bally Sagoo",
    "artist_ids": [
        "4e01e834-c872-4c76-87ab-c2304efa5e7e"
    ],
    "album": "Bollywood Flashback 2",
    "release_id": "81c0a6e4-2539-4388-9847-717b6a6159ac",
    "release_group_id": null,
    "labels": [
        "ISHQ Records"
    ],
    "label_ids": [
        "054c5301-eff7-4b1c-b449-bd87a16e5804"
    ],
    "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"
}