Information about plays

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

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

{
    "id": 489422,
    "uri": "https://api.kexp.org/v2/plays/489422/?format=api",
    "airdate": "2001-11-22T22:48:00-08:00",
    "show": 8378,
    "show_uri": "https://api.kexp.org/v2/shows/8378/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61oyktQ-XWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61oyktQ-XWL._SL75_.jpg",
    "song": "Just to Get Into It",
    "track_id": "6c7bdc30-6293-4645-8b34-7c18c642657a",
    "recording_id": null,
    "artist": "Nazareth",
    "artist_ids": [
        "88f219d8-4140-4191-af4b-de81c7c587c4"
    ],
    "album": "No Mean City",
    "release_id": "f9697f6d-c1c1-4fb8-9f1b-bb7cc1503655",
    "release_group_id": null,
    "labels": [
        "Castle"
    ],
    "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"
}