Information about plays

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

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

{
    "id": 1342307,
    "uri": "https://api.kexp.org/v2/plays/1342307/?format=api",
    "airdate": "2008-02-23T15:51:27-08:00",
    "show": 23450,
    "show_uri": "https://api.kexp.org/v2/shows/23450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sensitive",
    "track_id": "cad50d9d-87f9-4436-8048-9379d95a6692",
    "recording_id": null,
    "artist": "The Field Mice",
    "artist_ids": [
        "7a86ff6f-cdfc-4ac3-97ca-6a48b8d1b8cd"
    ],
    "album": "Les Inrockuptibles: 10 ans/100 chansons (disc 1)",
    "release_id": "57239c02-096e-48fd-950d-61441529a8f7",
    "release_group_id": null,
    "labels": [
        "Small"
    ],
    "label_ids": [
        "ba7f3e35-8ec3-4da1-b7ae-a2fc349586da"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}