Information about plays

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

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

{
    "id": 1196475,
    "uri": "https://api.kexp.org/v2/plays/1196475/?format=api",
    "airdate": "2007-02-13T18:26:12-08:00",
    "show": 20974,
    "show_uri": "https://api.kexp.org/v2/shows/20974/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y5AD6M9YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y5AD6M9YL._SL75_.jpg",
    "song": "L'Impasse",
    "track_id": "1549e473-d16c-425f-aa87-9ac15a2b7f38",
    "recording_id": null,
    "artist": "Coralie Clément",
    "artist_ids": [
        "ce028650-d901-4bc5-ac15-d05a66efddfe"
    ],
    "album": "Bye bye beauté",
    "release_id": "42a1305e-9e90-4b12-b31a-5ad7f6e6fd20",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "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"
}