Information about plays

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

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

{
    "id": 419190,
    "uri": "https://api.kexp.org/v2/plays/419190/?format=api",
    "airdate": "2001-04-28T16:20:00-07:00",
    "show": 7005,
    "show_uri": "https://api.kexp.org/v2/shows/7005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21BR87ZD0CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21BR87ZD0CL._SL75_.jpg",
    "song": "Remote Control",
    "track_id": "d7f12c9a-08d0-4ce3-92ed-aca5aad675b2",
    "recording_id": null,
    "artist": "Number One Cup",
    "artist_ids": [
        "5d1638b0-ca28-490a-ae2e-9648c69ae82a"
    ],
    "album": "People People Why Are We Fighting?",
    "release_id": "c3a46b6b-78f4-4916-8c85-fc122e0b7d18",
    "release_group_id": null,
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "1999-02-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}