Information about plays

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

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

{
    "id": 1177746,
    "uri": "https://api.kexp.org/v2/plays/1177746/?format=api",
    "airdate": "2006-12-28T01:25:36-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aDDc6jfXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aDDc6jfXL._SL75_.jpg",
    "song": "Murs Iz My Manager (feat.Murs)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mr. Lif",
    "artist_ids": [
        "5315c1a1-3667-488c-bbe4-f231e336b69a"
    ],
    "album": "Mo' Mega",
    "release_id": "9bc046ed-524d-46e9-badd-88afbd867989",
    "release_group_id": null,
    "labels": [
        "Definitive Jux"
    ],
    "label_ids": [
        "abf3267e-d5af-42c2-9a7b-5239d2e07a97"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}