Information about plays

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

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

{
    "id": 1364906,
    "uri": "https://api.kexp.org/v2/plays/1364906/?format=api",
    "airdate": "2008-04-21T15:35:13-07:00",
    "show": 23833,
    "show_uri": "https://api.kexp.org/v2/shows/23833/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lp%2BDSQJgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lp%2BDSQJgL._SL75_.jpg",
    "song": "The Kids Just Wanna Have Fun",
    "track_id": null,
    "recording_id": null,
    "artist": "The Legends",
    "artist_ids": [
        "b892fdb7-b884-41be-a0fa-2091b4a67210"
    ],
    "album": "Up Against The Legends",
    "release_id": "7ce624ef-4e7f-4bb0-8ddd-e091a25f1d7c",
    "release_group_id": null,
    "labels": [
        "Lakeshore Records"
    ],
    "label_ids": [
        "7c4964d4-173c-4802-b7ef-8a20181c54f5"
    ],
    "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"
}