Information about plays

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

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

{
    "id": 414347,
    "uri": "https://api.kexp.org/v2/plays/414347/?format=api",
    "airdate": "2001-01-01T02:39:27-08:00",
    "show": 6902,
    "show_uri": "https://api.kexp.org/v2/shows/6902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL._SL75_.jpg",
    "song": "Snowflake (live version)",
    "track_id": "04a87761-b1fd-445d-a0b2-633ffc85dd29",
    "recording_id": null,
    "artist": "Trentemøller",
    "artist_ids": [
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875"
    ],
    "album": "The Trentemøller Chronicles",
    "release_id": "83d6c371-2efc-4791-97d2-0e4221a84174",
    "release_group_id": null,
    "labels": [
        "Audiomatique Recordings"
    ],
    "label_ids": [
        "d2ef72ff-0995-4dda-b326-285a82175783"
    ],
    "release_date": "2007-10-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}