Information about plays

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

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

{
    "id": 420954,
    "uri": "https://api.kexp.org/v2/plays/420954/?format=api",
    "airdate": "2001-05-03T22:00:00-07:00",
    "show": 7044,
    "show_uri": "https://api.kexp.org/v2/shows/7044/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516jQVdgqxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516jQVdgqxL._SL75_.jpg",
    "song": "Time's a Wastin",
    "track_id": null,
    "recording_id": null,
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Mama's Gun",
    "release_id": "b3d7d898-c917-4431-b761-e79d71b6172e",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-11-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}