Information about plays

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

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

{
    "id": 442605,
    "uri": "https://api.kexp.org/v2/plays/442605/?format=api",
    "airdate": "2001-07-07T14:48:00-07:00",
    "show": 7468,
    "show_uri": "https://api.kexp.org/v2/shows/7468/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21D73PMPX0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21D73PMPX0L._SL75_.jpg",
    "song": "Paris",
    "track_id": "0784340f-308f-4e96-b6b5-6036e60849ab",
    "recording_id": null,
    "artist": "Number One Cup",
    "artist_ids": [
        "5d1638b0-ca28-490a-ae2e-9648c69ae82a"
    ],
    "album": "Wrecked By Lions",
    "release_id": "de4241bd-572e-4931-96d0-3241784ba7ab",
    "release_group_id": null,
    "labels": [
        "Flydaddy Records"
    ],
    "label_ids": [
        "dcd73d17-b515-4d2e-a459-3da4f94a436b"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}