Information about plays

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

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

{
    "id": 438490,
    "uri": "https://api.kexp.org/v2/plays/438490/?format=api",
    "airdate": "2001-06-25T21:00:00-07:00",
    "show": 7390,
    "show_uri": "https://api.kexp.org/v2/shows/7390/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CucCFKXbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CucCFKXbL._SL75_.jpg",
    "song": "War",
    "track_id": "f6335028-a584-474b-838a-e14bc88898b8",
    "recording_id": null,
    "artist": "Edwin Starr",
    "artist_ids": [
        "9eace815-06f3-487c-bf3a-1a817e248056"
    ],
    "album": "The Very Best of Edwin Starr",
    "release_id": "85492e85-f10d-4dc2-a165-b5826562b7f8",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}