Information about plays

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

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

{
    "id": 501310,
    "uri": "https://api.kexp.org/v2/plays/501310/?format=api",
    "airdate": "2001-12-28T11:27:00-08:00",
    "show": 8608,
    "show_uri": "https://api.kexp.org/v2/shows/8608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NKPTDBSEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NKPTDBSEL._SL75_.jpg",
    "song": "In a Big Country",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Country",
    "artist_ids": [
        "b4013ff1-d7ce-4b1a-af6e-e0b19ca7f378"
    ],
    "album": "The Crossing",
    "release_id": "1fbff874-4325-4296-a2dc-a7d578f502d4",
    "release_group_id": null,
    "labels": [
        "PolyGram Records Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}