Information about plays

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

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

{
    "id": 449474,
    "uri": "https://api.kexp.org/v2/plays/449474/?format=api",
    "airdate": "2001-07-27T16:32:43-07:00",
    "show": 7597,
    "show_uri": "https://api.kexp.org/v2/shows/7597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IsU5tsA8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IsU5tsA8L._SL75_.jpg",
    "song": "I See Winter",
    "track_id": "ee893c04-194f-4dd4-a3e2-684b4057aac7",
    "recording_id": null,
    "artist": "Baka Beyond",
    "artist_ids": [
        "bc30924c-1900-41c3-9a97-41a93433836f"
    ],
    "album": "Sogo",
    "release_id": "1799ea0f-b878-468e-881c-db38c5e9e0bb",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "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"
}