Information about plays

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

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

{
    "id": 503135,
    "uri": "https://api.kexp.org/v2/plays/503135/?format=api",
    "airdate": "2002-01-02T23:59:00-08:00",
    "show": 8646,
    "show_uri": "https://api.kexp.org/v2/shows/8646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YYz7EMnyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YYz7EMnyL._SL75_.jpg",
    "song": "Faces and People",
    "track_id": "6ddbaf7a-91a3-4840-8dc8-11367878ea33",
    "recording_id": null,
    "artist": "Sam Prekop",
    "artist_ids": [
        "33175dbe-db6c-4f0b-a4c6-9addcd403186"
    ],
    "album": "Sam Prekop",
    "release_id": "160a7abd-11d5-4138-99c5-2804b3d46fdb",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "1999-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}