Information about plays

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

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

{
    "id": 462443,
    "uri": "https://api.kexp.org/v2/plays/462443/?format=api",
    "airdate": "2001-09-03T13:42:21-07:00",
    "show": 7852,
    "show_uri": "https://api.kexp.org/v2/shows/7852/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51e5-airSOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51e5-airSOL._SL75_.jpg",
    "song": "She's Leaving Town",
    "track_id": "bd64b301-4f54-4926-bf9a-75b976e25fe9",
    "recording_id": null,
    "artist": "The Corn Sisters",
    "artist_ids": [
        "cd1f7777-b07b-4103-a102-d288cc1a038c"
    ],
    "album": "The Other Women",
    "release_id": "ccd26b9b-b383-4960-941e-a4e03222037d",
    "release_group_id": null,
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "2000-10-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}