Information about plays

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

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

{
    "id": 458718,
    "uri": "https://api.kexp.org/v2/plays/458718/?format=api",
    "airdate": "2001-08-23T09:33:20-07:00",
    "show": 7775,
    "show_uri": "https://api.kexp.org/v2/shows/7775/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21E8AJM6JHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21E8AJM6JHL._SL75_.jpg",
    "song": "Whatever I Can Grow",
    "track_id": "22a0fb5d-2eef-481c-ba1e-12945f7b8b74",
    "recording_id": null,
    "artist": "Pure Joy",
    "artist_ids": [
        "2e17e312-82b3-4c4d-a747-737dfe7ab953"
    ],
    "album": "Carnivore",
    "release_id": "37282de1-0df2-44b8-99ea-4e7fb8527bef",
    "release_group_id": null,
    "labels": [
        "Popllama"
    ],
    "label_ids": [
        "3686548c-cd7d-4867-8687-5aef8ffe739b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}