Information about plays

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

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

{
    "id": 414642,
    "uri": "https://api.kexp.org/v2/plays/414642/?format=api",
    "airdate": "2001-04-09T16:00:00-07:00",
    "show": 6913,
    "show_uri": "https://api.kexp.org/v2/shows/6913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wylo4QtBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wylo4QtBL._SL75_.jpg",
    "song": "To a Beloved",
    "track_id": "cd41d23c-3614-48f3-a3dd-dd9452724df6",
    "recording_id": null,
    "artist": "Shweta Jhaveri",
    "artist_ids": [
        "db4624dd-91e9-46d5-91e6-80861968326f"
    ],
    "album": "Anahita",
    "release_id": "754b16d1-5986-44d1-adab-e97ce1166398",
    "release_group_id": null,
    "labels": [
        "intuition"
    ],
    "label_ids": [
        "604acfd3-22a0-4881-90cd-23f28f67019b"
    ],
    "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"
}