Information about plays

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

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

{
    "id": 503712,
    "uri": "https://api.kexp.org/v2/plays/503712/?format=api",
    "airdate": "2002-01-04T17:43:00-08:00",
    "show": 8656,
    "show_uri": "https://api.kexp.org/v2/shows/8656/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MuODoMFgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MuODoMFgL._SL75_.jpg",
    "song": "Cielo y mar azules",
    "track_id": "75a6c034-b6db-42f9-a0d3-6ae62c1565e2",
    "recording_id": null,
    "artist": "Omar Sosa",
    "artist_ids": [
        "235abd9b-3d2f-4613-9d67-a7a1bb59ec3d"
    ],
    "album": "Sentir",
    "release_id": "dc8b9b75-fb5c-4286-8b41-e23337a1cd78",
    "release_group_id": null,
    "labels": [
        "TA"
    ],
    "label_ids": [],
    "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"
}