Information about plays

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

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

{
    "id": 415923,
    "uri": "https://api.kexp.org/v2/plays/415923/?format=api",
    "airdate": "2001-04-18T06:00:00-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51a9q-KFsdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51a9q-KFsdL._SL75_.jpg",
    "song": "Watching Me Fall",
    "track_id": "673503ad-23b7-4db0-9be6-c2ee47cd8f54",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Bloodflowers",
    "release_id": "daa8db3b-4011-4ed4-8187-56bcc3bfb5df",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "2000-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}