Information about plays

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

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

{
    "id": 503288,
    "uri": "https://api.kexp.org/v2/plays/503288/?format=api",
    "airdate": "2002-01-03T10:45:00-08:00",
    "show": 8649,
    "show_uri": "https://api.kexp.org/v2/shows/8649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511UxAcCVOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511UxAcCVOL._SL75_.jpg",
    "song": "Modern Day Jazz",
    "track_id": "f1f41b45-3df5-430e-9367-84e5c9774331",
    "recording_id": null,
    "artist": "Courtney Pine",
    "artist_ids": [
        "2f254220-3fcc-4606-9b01-9d67413922ae"
    ],
    "album": "Underground",
    "release_id": "4ea496df-5f42-4b94-9c25-82f29a03123e",
    "release_group_id": null,
    "labels": [
        "Antilles"
    ],
    "label_ids": [
        "7cbd7b95-a495-4bc4-ab2f-7ce2008e8cd0"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}