Information about plays

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

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

{
    "id": 446135,
    "uri": "https://api.kexp.org/v2/plays/446135/?format=api",
    "airdate": "2001-07-18T01:51:25-07:00",
    "show": 7536,
    "show_uri": "https://api.kexp.org/v2/shows/7536/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41h%2B-ZpQFbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41h%2B-ZpQFbL._SL75_.jpg",
    "song": "Everyday",
    "track_id": "e61e3fd2-1731-4fc2-9f35-7befb03abe2f",
    "recording_id": null,
    "artist": "The Sea and Cake",
    "artist_ids": [
        "74171cb6-1ff8-42bd-be8a-96660c22e3e0"
    ],
    "album": "Oui",
    "release_id": "10e20da9-b170-4ffa-8efd-cad37a6e1b5b",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2000-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}