Information about plays

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

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

{
    "id": 1352263,
    "uri": "https://api.kexp.org/v2/plays/1352263/?format=api",
    "airdate": "2008-03-20T20:08:13-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NQ3ATTJ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NQ3ATTJ6L._SL75_.jpg",
    "song": "Devil Don't Remember My Name",
    "track_id": null,
    "recording_id": null,
    "artist": "Star Anna",
    "artist_ids": [
        "11cbb56f-2846-488a-90aa-1ec7b93353f3"
    ],
    "album": "Crooked Path",
    "release_id": "c7d04686-6c57-4ca0-9e6a-abbe31dc4e1b",
    "release_group_id": null,
    "labels": [
        "Malamute Records"
    ],
    "label_ids": [
        "56063632-007e-469b-bed7-73b3d78bc090"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}