Information about plays

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

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

{
    "id": 415553,
    "uri": "https://api.kexp.org/v2/plays/415553/?format=api",
    "airdate": "2001-04-17T03:23:20-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z29TA9DAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z29TA9DAL._SL75_.jpg",
    "song": "Put Your Hands Where My Eyes Could See",
    "track_id": null,
    "recording_id": null,
    "artist": "Busta Rhymes",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "When Disaster Strikes...",
    "release_id": "7ccb41c1-3402-488b-83f7-7d25c2a70fbc",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1997-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}