Information about plays

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

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

{
    "id": 1195951,
    "uri": "https://api.kexp.org/v2/plays/1195951/?format=api",
    "airdate": "2007-02-12T09:31:40-08:00",
    "show": 20965,
    "show_uri": "https://api.kexp.org/v2/shows/20965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Z3PAZ93KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Z3PAZ93KL._SL75_.jpg",
    "song": "No Cars Go",
    "track_id": "30c5ff56-efc9-41c5-aac5-8acec846f793",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Arcade Fire",
    "release_id": "bf1ee4a6-dc3a-451a-b7a6-8c3294a86879",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}