Information about plays

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

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

{
    "id": 1363517,
    "uri": "https://api.kexp.org/v2/plays/1363517/?format=api",
    "airdate": "2008-04-18T02:48:47-07:00",
    "show": 23808,
    "show_uri": "https://api.kexp.org/v2/shows/23808/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fzSXKHXpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fzSXKHXpL._SL75_.jpg",
    "song": "The American Dream",
    "track_id": "dcc8bec7-df1f-47a6-b3c5-afc4a8d40361",
    "recording_id": null,
    "artist": "Guilty Simpson",
    "artist_ids": [
        "76dd8566-b9fa-415c-8744-90b608db4e92"
    ],
    "album": "Ode to the Ghetto",
    "release_id": "85b65ab2-b91d-4870-b3dc-15626cdd84b8",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2008-03-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}