Information about plays

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

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

{
    "id": 508542,
    "uri": "https://api.kexp.org/v2/plays/508542/?format=api",
    "airdate": "2002-01-18T22:00:00-08:00",
    "show": 8752,
    "show_uri": "https://api.kexp.org/v2/shows/8752/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CYXQSN1FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CYXQSN1FL._SL75_.jpg",
    "song": "Step Right In (feat. RZA)",
    "track_id": "426e1714-ff16-4326-9925-3e843078ba96",
    "recording_id": null,
    "artist": "Dog Eat Dog",
    "artist_ids": [
        "2d91fff5-460c-431b-a44c-21d345129a91"
    ],
    "album": "The Law of the Land",
    "release_id": "a6b184bc-ce61-45cd-aa0a-8a8126ca4cc8",
    "release_group_id": null,
    "labels": [
        "Thrive"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}