Information about plays

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

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

{
    "id": 486895,
    "uri": "https://api.kexp.org/v2/plays/486895/?format=api",
    "airdate": "2001-11-15T11:00:00-08:00",
    "show": 8328,
    "show_uri": "https://api.kexp.org/v2/shows/8328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21V9VZFTF7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21V9VZFTF7L._SL75_.jpg",
    "song": "Heads Of Government",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee “Scratch” Perry",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2"
    ],
    "album": "History, Mystery & Prophesy",
    "release_id": "21f7bb22-add6-47f0-8f09-57ba1f425307",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}