Information about plays

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

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

{
    "id": 414927,
    "uri": "https://api.kexp.org/v2/plays/414927/?format=api",
    "airdate": "2001-04-13T08:00:00-07:00",
    "show": 6920,
    "show_uri": "https://api.kexp.org/v2/shows/6920/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/519g-DRKoTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/519g-DRKoTL._SL75_.jpg",
    "song": "Holiday",
    "track_id": "9a1ee7df-2bea-4b7c-ba7a-f1cc3bbca7e6",
    "recording_id": null,
    "artist": "The Get Up Kids",
    "artist_ids": [
        "1b54e90c-638e-4fdd-a20e-4ab09db9fdaf"
    ],
    "album": "Something to Write Home About",
    "release_id": "fb5f66f9-818d-46cb-9857-b7b1f1535c2d",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "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"
}