Information about plays

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

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

{
    "id": 492878,
    "uri": "https://api.kexp.org/v2/plays/492878/?format=api",
    "airdate": "2001-12-03T09:52:00-08:00",
    "show": 8450,
    "show_uri": "https://api.kexp.org/v2/shows/8450/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P0SM9CKTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P0SM9CKTL._SL75_.jpg",
    "song": "Personality: Goes A Long Way",
    "track_id": "70980dbf-9b6e-44b2-a1fc-eba4a3a98582",
    "recording_id": null,
    "artist": "Cruiser",
    "artist_ids": [
        "0c0d4433-651a-436e-b61a-b351474c76dd"
    ],
    "album": "Northern Electric",
    "release_id": "1e127d3b-5f03-4e01-a829-c12cb80531d1",
    "release_group_id": null,
    "labels": [
        "Devil in the Woods"
    ],
    "label_ids": [
        "be0abfe3-c5c9-4a88-bc26-c82416e2c7c6"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}