Information about plays

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

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

{
    "id": 430560,
    "uri": "https://api.kexp.org/v2/plays/430560/?format=api",
    "airdate": "2001-06-02T09:25:15-07:00",
    "show": 7238,
    "show_uri": "https://api.kexp.org/v2/shows/7238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VAPJZCYCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VAPJZCYCL._SL75_.jpg",
    "song": "Mellow Mood",
    "track_id": "064145c5-a789-43f4-b144-d1910f0b6a28",
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Love Light Shining",
    "release_id": "536e99ee-fc6c-4bf1-be8b-e793469f957e",
    "release_group_id": null,
    "labels": [
        "Esoldun"
    ],
    "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"
}