Information about plays

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

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

{
    "id": 419087,
    "uri": "https://api.kexp.org/v2/plays/419087/?format=api",
    "airdate": "2001-04-28T09:45:00-07:00",
    "show": 7003,
    "show_uri": "https://api.kexp.org/v2/shows/7003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51C9NX6879L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51C9NX6879L._SL75_.jpg",
    "song": "International Farmer",
    "track_id": "38568a7d-0205-4045-a020-7ce32a40082e",
    "recording_id": null,
    "artist": "Peter Broggs",
    "artist_ids": [
        "e599aa02-194a-40da-ab24-c247d51b559e"
    ],
    "album": "Rise and Shine",
    "release_id": "73f4cd2e-9725-4d7e-86ec-c6f13f7b4c63",
    "release_group_id": null,
    "labels": [
        "RAS Records"
    ],
    "label_ids": [
        "8964f582-c932-424d-b518-f1385f553d89"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}