Information about plays

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

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

{
    "id": 1196754,
    "uri": "https://api.kexp.org/v2/plays/1196754/?format=api",
    "airdate": "2007-02-14T10:32:04-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41EVC5QEX7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41EVC5QEX7L._SL75_.jpg",
    "song": "Lovebox",
    "track_id": "14a1ebf2-62ca-43b0-946b-05ffeb76842d",
    "recording_id": null,
    "artist": "Groove Armada",
    "artist_ids": [
        "35723b60-732e-4bd8-957f-320b416e7b7f"
    ],
    "album": "Lovebox",
    "release_id": "2694f6c7-39a2-4e97-8abd-e20819540c6d",
    "release_group_id": null,
    "labels": [
        "Zomba Label Group"
    ],
    "label_ids": [
        "fb021b90-fe5f-4a98-9939-0b63e35341d6"
    ],
    "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"
}