Information about plays

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

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

{
    "id": 449638,
    "uri": "https://api.kexp.org/v2/plays/449638/?format=api",
    "airdate": "2001-07-28T01:42:00-07:00",
    "show": 7600,
    "show_uri": "https://api.kexp.org/v2/shows/7600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21B935440JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21B935440JL._SL75_.jpg",
    "song": "Crawfish Boat Shirt",
    "track_id": "f1878050-7e52-486d-82ef-72ce2fe41aeb",
    "recording_id": null,
    "artist": "Coyle and Sharpe",
    "artist_ids": [
        "e302b511-7f25-4862-a188-1f10dacaddd4"
    ],
    "album": "On the Loose",
    "release_id": "83ff3a84-ba8e-4600-8fd4-6eff98c5419f",
    "release_group_id": null,
    "labels": [
        "213CD"
    ],
    "label_ids": [],
    "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"
}